Unit lzhDcomp

Classes

Functions

Decompress - input lower 6 bits directly
SetReadBuffer - Used during compression/decompression.
SetWriteBuffer - Don't mess with these values while compressing or decompressing!!!

Types

Constants

Variables

GetProc
PutProc


Functions


procedure Decompress;

input lower 6 bits directly

procedure SetReadBuffer(BufSize : Word);

Used during compression/decompression.

procedure SetWriteBuffer(BufSize : Word);

Don't mess with these values while compressing or decompressing!!!

Types


Constants


Variables

GetProc : Procedure(var DTA; NBytes : Word; var Bytes_Got : Word)

PutProc : Procedure(var DTA; NBytes : Word; var Bytes_Got : Word)