[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Read data from the stream to a buffer.
Source position: objects.pp line 320
procedure TDosStream.Read( |
var Buf; |
Count: LongInt |
); virtual; |
If the Stream is open and the stream status is stOKthen Readwill read Countbytes from the stream and place them in Buf.
For an example, see TStream.Read.
In case of an error, Statusis set to StReadError, and ErrorInfogets the OS specific error, or 0 when an attempt was made to read beyond the end of the stream.
|
Read data from stream to buffer. |
|
|
Write data from a buffer to the stream. |