Read data from stream.
Source position: streamex.pp line 73
public procedure TDelphiReader.Read( |
var Buf; |
Count: LongInt |
); override; |
Buf |
|
Buffer to contain the data. |
Count |
|
Number of bytes to read from the stream. |
Read reads raw data from the stream. It reads Count bytes from the stream and places them in Buf. It forces the use of the TBidirBinaryObjectReader class when reading.
|
Binary component stream reader with BiDi support. |
|
|
Position in the stream. |