| [Overview][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Ancestor for compression and decompression classes
Source position: zstream.pp line 43
| type Tcustomzlibstream = class(TOwnerStream) end; | ||
| public | ||
| constructor create(); | 
 | Create a new instance of TCustomZlibStream | 
| destructor destroy; override; | 
 | Clear up instance | 
| 
 | Ancestor for compression and decompression classes | |
| | | ||
| | | ||
| | | ||
TCustomZlibStream serves as the ancestor class for the TCompressionStream and TDeCompressionStream classes.
It introduces support for a progess handler, and stores the input or output stream.