public override ushort ReadUShort() { byte b1 = ReadByte(); byte b2 = ReadByte(); return(ByteConverters.GetUShort(b1, b2)); }