| [Overview][Constants][Classes][Index] | 
Read data from stream
Source position: streamex.pp line 66
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  |