org.freecompany.redline.header
public interface AbstractHeader.Entry<T>
Method Summary | |
---|---|
int | getOffset(int offset) |
int | getTag() |
int | getType() |
T | getValues() |
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) |