public interface FastStructWriter<T>
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getByteBuffer()
Get byte buffer.
|
byte[] |
getBytes()
Get bytes.
|
void |
workOn(java.nio.ByteBuffer bb)
Work on byte buffer.
|
void |
write(T o)
Write.
|
void workOn(java.nio.ByteBuffer bb)
bb
- byte buffervoid write(T o) throws RecordException
o
- object to writeRecordException
- if problem writingbyte[] getBytes()
java.nio.ByteBuffer getByteBuffer()