[Overview][Classes][Index] |
Write to stream
Source position: nullstream.pp line 41
public function TNullStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to write data from (ignored) |
Count |
|
Max number of bytes to write. |
Always equal to Count
Write simulates a write operation: no data is actually written from Buffer, but the size of the stream is enlarged if the amount of bytes Count and current position in the stream make this necessary.
|
Read null bytes from the stream |
|