Write a single byte to the output.
@override void pushByte(int byte) { _buffer.write(byte.toRadixString(16).padLeft(2, '0')); }