[Overview][Types][Classes] | Reference for unit 'zstream' (#fcl) |
Write data to the stream
Source position: zstream.pp line 87
public function TDecompressionStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer containing the data to be written |
Count |
|
Number of bytes to write |
Number of bytes written
Write will raise a EDeCompressionError exception, because the TDecompressionStream class is read-only.
An EDeCompressionError exception is always raised.
|
Read data from the compressed stream |
|
|
Errors in the TDeCompressionStream class are signaled with this exception |
No notes exist for this page yet.