private static final class ByteArrayBuilder.BytesData extends ByteArrayBuilder.Data
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
_val |
| Modifier | Constructor and Description |
|---|---|
private |
BytesData(int pos,
byte[] val) |
| Modifier and Type | Method and Description |
|---|---|
int |
size() |
void |
write(java.nio.ByteBuffer buf) |
getEndPos, getPospublic int size()
size in class ByteArrayBuilder.Datapublic void write(java.nio.ByteBuffer buf)
write in class ByteArrayBuilder.Data