Compresses input values using LZW (shrink) compression.
Source position: zipper.pp line 332
public procedure TShrinker.Compress; override; |
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.