[Overview][Constants][Classes] | Reference for unit 'bufstream' (#fcl) |
Writes data to the stream
Source position: bufstream.pp line 60
public function TReadBufStream.Write( |
const ABuffer; |
ACount: LongInt |
):Integer; override; |
ABuffer |
|
Buffer containing data to write to stream |
ACount |
|
Number of bytes to write to stream |
Number of bytes actually read
Write always raises an EStreamError exception, because the stream is read-only. A TWriteBufStream write stream must be used to write data in a buffered way.
|
Set location in the buffer |
|
|
Reads data from the stream |
No notes exist for this page yet.