[Overview][Constants][Classes] Reference for unit 'bufstream' (#fcl)

TWriteBufStream.Read

Read data from the stream

Declaration

Source position: bufstream.pp line 69

public function TWriteBufStream.Read(

  var ABuffer;

  ACount: LongInt

):Integer; override;

Description

Readalways raises an EStreamErrorexception since TWriteBufStreamis write-only. To read data in a buffered way, TReadBufStreamshould be used.

See also

TWriteBufStream.Seek

  

Set stream position.

TWriteBufStream.Write

  

Write data to the stream

TReadBufStream.Read

  

Reads data from the stream