[Overview][Types][Classes] |
Overridden to raise an exception.
Source position: zstream.pp line 71
public function TCompressionStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to read data to |
Count |
|
Number of bytes to read |
Number of bytes actually read
The Readmethod of TStreamis overridden, and always raises an exception, because TCompressionStreamis write-only.
An ECompressionErrorexception is raised.
|
Errors in the TCompressionStreamclass are signaled with this exception |
|
|
Write data to the stream |