Small LZW compression helper type.
Source position: zipper.pp line 277
type CodeRec = packed record
Child: SmallInt;
Child reference.
Sibling: SmallInt;
Sibling reference.
Suffix: Byte;
Suffix data.
end;