@override int readI64() { trans_.readAll(_i64In, 0, 8); var i = Int64.fromBytesBigEndian(_i64In); return i.toInt(); }