Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TShrinker.Create

Constructor for the class instance.

Declaration

Source position: zipper.pp line 320

public constructor TShrinker.Create(

  AInFile: TStream;

  AOutFile: TStream;

  ABufSize: LongWord

); override;

Arguments

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.


Documentation generated on: Jul 24 2023