Source position: lzwstream.pp line 34
type TLZWString = packed record
Count: Integer;
Data: PByte;
ShortData: array [0..3] of Byte;
end;