Write all the values from a Uint8List into the buffer.
void putUint8List(Uint8List list) { _buffer.addAll(list); }