void setAll(int index, List<int> bytes) { _filled(index + bytes.length); _buffer.setAll(index, bytes); }