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