[Overview][Constants][Classes][Procedures and functions][Index] |
Read data from the stream to a buffer.
Source position: pipes.pp line 42
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 |