public static final class ArrayBuilders.ByteBuilder extends PrimitiveArrayBuilder<byte[]>
PrimitiveArrayBuilder.Node<T>
_bufferedEntryCount, _bufferHead, _bufferTail, _freeBuffer, INITIAL_CHUNK_SIZE, MAX_CHUNK_SIZE, SMALL_CHUNK_SIZE
Constructor and Description |
---|
ByteBuilder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
_constructArray(int len) |
_reset, appendCompletedChunk, bufferedSize, completeAndClearBuffer, resetAndStart
public final byte[] _constructArray(int len)
_constructArray
in class PrimitiveArrayBuilder<byte[]>