| [Overview][Constants][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Child of TCompressor that implements the Deflate compression method
Source position: zipper.pp line 330
type TDeflater = class(TCompressor)  | 
||
public  | 
||
constructor Create(); override;  | 
  | 
Constructor for the class instance  | 
procedure Compress; override;  | 
  | 
Performs compression using the Deflate algorithm  | 
class function ZipID; override;  | 
  | 
Zip algorithm ID  | 
class function ZipVersionReqd; override;  | 
  | 
Required version  | 
function ZipBitFlag; override;  | 
  | 
Bitness flag  | 
property CompressionLevel: Tcompressionlevel; [rw]  | 
  | 
Indicates the compression level applied in the Compress method  | 
end;  | 
  | 
Child of TCompressor that implements the Deflate compression method  | 
|
| | | ||
  | 
Compressor object  | 
|
| | | ||