public final class ByteBufferCollector extends Object
| Constructor and Description |
|---|
ByteBufferCollector() |
ByteBufferCollector(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toByteArray() |
void |
write(ByteBuffer byteBuffer) |
public ByteBufferCollector()
public ByteBufferCollector(int initialSize)
public void write(ByteBuffer byteBuffer)
public byte[] toByteArray()
Copyright © 2022. All rights reserved.