[Overview][Types][Classes] |
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
Writewill raise a EDeCompressionErrorexception, because the TDecompressionStreamclass is read-only.
An EDeCompressionErrorexception is always raised.
|
Read data from the compressed stream |
|
|
Errors in the TDeCompressionStreamclass are signaled with this exception |