| [Overview][Constants][Types][Classes][Index] | 
Small LZW compression helper type
Source position: zipper.pp line 267
| type CodeRec = packed record | ||
| Child: SmallInt; | 
 | Child reference | 
| Sibling: SmallInt; | 
 | Sibling reference | 
| Suffix: Byte; | 
 | Suffix data | 
| end; |