Constructor for the class instance.
Source position: zipper.pp line 330
public constructor TShrinker.Create( |
AInFile: TStream; |
AOutFile: TStream; |
ABufSize: LongWord |
); override; |
AInFile |
|
Stream with the input processed in the class instance. |
AOutFile |
|
Stream where the compressed values are written. |
ABufSize |
|
Size of the buffer used to read and process values from the input stream. |