[Overview][Constants][Classes] |
Writes data to the stream
Source position: bufstream.pp line 60
public function TReadBufStream.Write( |
const ABuffer; |
ACount: LongInt |
):Integer; override; |
Writealways raises an EStreamErrorexception, because the stream is read-only. A TWriteBufStreamwrite stream must be used to write data in a buffered way.
|
Set location in the buffer |
|
|
Reads data from the stream |