[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Creates a new binary data reader instance.
Source position: classesh.inc line 860
public constructor TBinaryObjectReader.Create( |
Stream: TStream; |
BufSize: Integer |
); |
Createinstantiates a new binary component data reader. The Streamstream is the stream from which data will be read. The BufSizeargument is the size of the internal buffer that will be used by the reader. This can be used to optimize the reading process.
|
Abstract driver class to read stored component data. |