Write all the values from a Uint8List into the buffer.
void putUint8List(Uint8List list) { assert(!_isDone); _append(list); }