[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#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: May 14 2021