[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Read data from the stream to a location in memory.
Source position: objects.pp line 374
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. |
No notes exist for this page yet.