private static final class ByteArrayBuilder.BufData extends ByteArrayBuilder.Data
| Modifier and Type | Field and Description |
|---|---|
private java.nio.ByteBuffer |
_val |
| Modifier | Constructor and Description |
|---|---|
private |
BufData(int pos,
java.nio.ByteBuffer 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