JCL Help:TJclBufferedStream.WriteToBuffer@@Longint@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBufferedStream.WriteToBuffer Method
[+] TJclBufferedStream Fields
[+] TJclBufferedStream Methods
[+] TJclBufferedStream Properties
Search in JCL Help
Search in all projects
Summary
Write data to cache buffer.
Pascal
protected function WriteToBuffer(const Buffer; Count: Longint; Start: Longint): Longint;
Parameters
Parameters | Description |
const Buffer | Memory location that contains data to be written. |
Count: Longint | Number of requested bytes. |
Start: Longint | Starting position in cache buffer. |
Return Value
Effective number of bytes that were written.
Description
This function tries to write Count bytes to cache buffer. It is called in a loop by TJclBufferedStream.Write to have the requested number of bytes.
See Also
TJclBufferedStream.WriteToBuffer TJclBufferedStream.Read
About
Donator
Heinz Zastrau
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page