| [Overview][Constants][Types][Classes][Index] | 
Constructor for the class instance
Source position: zipper.pp line 334
| public constructor TDeflater.Create( | 
| AInFile: TStream; | 
| AOutFile: TStream; | 
| ABufSize: LongWord | 
| ); override; | 
| AInFile | 
 | Stream with the input values compressed in the class instance | 
| AOutFile | 
 | Stream with the output values after compression using the Deflate algorithm | 
| ABufSize | 
 | Buffer size used to read and process values from the input stream | 
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create sets the default value for the CompressionLevel property to clNone.
| 
 | Indicates the compression level applied in the Compress method | |
| 
 | Creates a TCompressor object |