[Overview][Constants][Classes] | Reference for unit 'bufstream' (#fcl) |
Read data from the stream
Source position: bufstream.pp line 69
public function TWriteBufStream.Read( |
var ABuffer; |
ACount: LongInt |
):Integer; override; |
ABuffer |
|
Buffer to place read bytes in |
ACount |
|
Number of bytes to read |
Number of bytes read
Read always raises an EStreamError exception since TWriteBufStream is write-only. To read data in a buffered way, TReadBufStream should be used.
|
Set stream position. |
|
|
Write data to the stream |
|
|
Reads data from the stream |
No notes exist for this page yet.