void putBytes(List<int> s) { _ensureCapacity(s.length); _stream.setAll(_offset, s); _offset += s.length; }