public override long ReadLong() { byte b1 = ReadByte(); byte b2 = ReadByte(); byte b3 = ReadByte(); byte b4 = ReadByte(); byte b5 = ReadByte(); byte b6 = ReadByte(); byte b7 = ReadByte(); byte b8 = ReadByte(); return(ByteConverters.GetLong(b1, b2, b3, b4, b5, b6, b7, b8)); }