Constructor for the class instance.
Source position: zipper.pp line 356
public constructor TInflater.Create( |
AInFile: TStream; |
AOutFile: TStream; |
ABufSize: LongWord |
); override; |
AInFile |
|
Stream with the compressed content processed in the class instance. |
AOutFile |
|
Stream where the de-compressed content is stored. |
ABufSize |
|
Buffer size used to read and process compressed content. |