@override int readByte() { trans_.readAll(_byteIn, 0, 1); return _byteIn.buffer.asByteData().getUint8(0); }