JCL Help:TJclEmptyStream.Read@@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEmptyStream.Read Method
[+] TJclEmptyStream Methods
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. |
Count: Longint | Requested number of bytes. |
Return Value
Number of bytes that were effectively read (in this case 0).
Description
This function reads the specified number of bytes from the stream. As implemented in this class, it returns 0. For a more complete description of this function, refer to the documentation of TStream.Read.
See Also
TJclEmptyStream.Seek TJclEmptyStream.SetSize TJclEmptyStream.Write
About
Donator
Robert Marquardt
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