Function InByte: byte; Begin If BytePtr>127 then Begin BlockRead (RelFile,Buffer,1); BytePtr :=0 End; InByte := Buffer[BytePtr]; BytePtr := Succ(BytePtr); End; Function GetBits (NBits: Bits): byte; Begin WB.High :=0; if BitCnt