[Overview][Constants][Classes][Procedures and functions] | Reference for unit 'Pipes' (#fcl) |
Read data from the stream to a buffer.
Source position: pipes.pp line 40
public function TInputPipeStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Memory buffer where to write the data read from the stream. |
Count |
|
Number of bytes to read from the stream. |
Number of bytes actually read from the stream.
Read calls the inherited read and adjusts the internal position pointer of the stream.
None.
|
Write data to the stream. |
|
|
Set the current position of the stream |
No notes exist for this page yet.