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

TInflater

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Child of TDeCompressor that implements the Inflate decompression method.

Declaration

Source position: zipper.pp line 344

type TInflater = class(TDeCompressor)

public

  constructor Create(); override;

  

Constructor for the class instance.

  procedure DeCompress; override;

  

Removes compression applied using the deflate algorithm.

  class function ZipID; override;

  

Zip algorithm ID.

end;

Inheritance

TInflater

  

Child of TDeCompressor that implements the Inflate decompression method.

|

TDeCompressor

  

Decompressor object.

|

TObject


Documentation generated on: Jul 24 2023