public override int ReadInt() { byte b1 = ReadByte(); byte b2 = ReadByte(); byte b3 = ReadByte(); byte b4 = ReadByte(); return(ByteConverters.GetInt(b1, b2, b3, b4)); }