| [Overview][Constants][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Child of TDeCompressor that implements the Inflate decompression method
Source position: zipper.pp line 344
| type TInflater = class(TDeCompressor) | ||
| public | ||
| constructor Create(); override; | 
 | Constructor for the class instance | 
| procedure DeCompress; override; | 
 | Removes compression applied using the deflate algorithm | 
| class function ZipID; override; | 
 | Zip algorithm ID | 
| end; | 
| 
 | Child of TDeCompressor that implements the Inflate decompression method | |
| | | ||
| 
 | Decompressor object | |
| | | ||
| TObject |