[Overview][Constants][Classes] |
Read data from the stream
Source position: bufstream.pp line 69
public function TWriteBufStream.Read( |
var ABuffer; |
ACount: LongInt |
):Integer; override; |
Readalways raises an EStreamErrorexception since TWriteBufStreamis write-only. To read data in a buffered way, TReadBufStreamshould be used.
|
Set stream position. |
|
|
Write data to the stream |
|
|
Reads data from the stream |