private abstract static class ByteArrayBuilder.Data
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
_pos |
| Modifier | Constructor and Description |
|---|---|
protected |
Data(int pos) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndPos() |
int |
getPos() |
abstract int |
size() |
abstract void |
write(java.nio.ByteBuffer buf) |