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

CodeRec

Small LZW compression helper type.

Declaration

Source position: zipper.pp line 267

type CodeRec = packed record

  Child: SmallInt;

  

Child reference.

  Sibling: SmallInt;

  

Sibling reference.

  Suffix: Byte;

  

Suffix data.

end;


Documentation generated on: Jul 24 2023