[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write data from a buffer to the stream.
Source position: objects.pp line 321
procedure TDosStream.Write( |
var Buf; |
Count: LongInt |
); virtual; |
If the Stream is open and the stream status is stOKthen Writewill write Countbytes from Bufand place them in the stream.
For an example, see TStream.Read.
In case of an error, Statusis set to StWriteError, and ErrorInfogets the OS specific error.
|
Write a number of bytes to the stream. |
|
|
Read data from the stream to a buffer. |