Lines Matching defs:Byte
14 typedef unsigned char Byte;
37 Byte ReadByte()
43 return (Byte)c;
55 void WriteByte(Byte b)
66 Byte *Buf;
80 Buf = new Byte[dictSize];
87 void PutByte(Byte b)
99 Byte GetByte(UInt32 dist) const
157 Byte b = InStream->ReadByte();
328 void DecodeProperties(const Byte *properties)
398 OutWindow.PutByte((Byte)(symbol - 0x100));
629 Byte header[13];
644 Byte b = header[5 + i];