Write raw data to the stream.
Source position: streamex.pp line 87
public procedure TDelphiWriter.Write( |
const Buf; |
Count: LongInt |
); override; |
Buf |
|
Buffer containing data to write. |
Count |
|
Number of bytes to write. |
Write writes Count bytes from Buf to the buffer, updating the position as needed.