[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read data from the stream to a location in memory.
Source position: objects.pp line 378
procedure TMemoryStream.Read( |
var Buf; |
Count: LongInt |
); virtual; |
Read reads Count bytes from the stream to Buf. It updates the position of the stream.
For an example, see TStream.Read.
If there is not enough data available, no data is read, and the stream's status is set to stReadError.
|
Read data from stream to buffer. |
|
|
Write data to the stream. |