@override void writeByte(int? b) { b ??= 0; _byteOut.setUint8(0, b); trans_.write(_byteOut.buffer.asInt8List(), 0, 1); }