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

TShrinker.Compress

Compresses input values using LZW (shrink) compression.

Declaration

Source position: zipper.pp line 322

public procedure TShrinker.Compress; override;

Description

Initializes the code table used for LZW compression. Processes buffer-size chunks from the input stream and calls the private Shrink method to generate values written to the output stream.


Documentation generated on: Jul 24 2023