Write to the output.
@override void write(List<int> bytes) { _buffer.writeAll( bytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')), ); }