public static interface AbstractHeader.Entry<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset(int offset) |
int |
getTag() |
int |
getType() |
T |
getValues() |
void |
incCount(int count) |
void |
index(ByteBuffer buffer,
int position) |
void |
read(ByteBuffer buffer) |
boolean |
ready() |
void |
setCount(int count) |
void |
setOffset(int offset) |
void |
setSize(int size) |
void |
setTag(int tag) |
void |
setValues(T values) |
int |
size() |
void |
write(ByteBuffer buffer) |
void setTag(int tag)
void setSize(int size)
void setCount(int count)
void incCount(int count)
void setOffset(int offset)
void setValues(T values)
T getValues()
int getTag()
int getType()
int getOffset(int offset)
int size()
boolean ready()
void read(ByteBuffer buffer)
void write(ByteBuffer buffer)
void index(ByteBuffer buffer, int position)
Copyright © 2021. All Rights Reserved.