JCL Help:TJclStreamDecorator.Read@@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclStreamDecorator.Read Method
[+] TJclStreamDecorator Methods
[+] TJclStreamDecorator Properties
Search in JCL Help
Search in all projects
Summary
Overridden function of TStream.Read.
Pascal
public function Read(var Buffer; Count: Longint): Longint; override;
Parameters
Parameters | Description |
var Buffer | Memory location to store data that were read. |
Count: Longint | Number of requested bytes. |
Return Value
Number of bytes that were effectively placed in the buffer.
Description
By calling this function, data are read from attached stream. For a more complete declaration, refer to TStream.Read documentation.
See Also
TJclStreamDecorator.Seek TJclStreamDecorator.Write
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