Adds all the bytes to this stream.
bytes
@override void addInputBytes(List<int> bytes) { pendingBytes.addAll(bytes); }