void appendUint8(List<int> values) { _bufferPosition += values.length; _ensureBuffer(); _bufferData.addAll(values); }