Unit 'streamex' Package
[Overview][Constants][Classes][Index] [#fcl]

TDelphiWriter.Write

Write raw data to the stream.

Declaration

Source position: streamex.pp line 80

public procedure TDelphiWriter.Write(

  const Buf;

  Count: LongInt

); override;

Arguments

Buf

  

Buffer containing data to write.

Count

  

Number of bytes to write.

Description

Write writes Count bytes from Buf to the buffer, updating the position as needed.


Documentation generated on: Jul 24 2023