Serialize

Undocumented in source.

Members

Static functions

computeSerializedSizeInWords
long computeSerializedSizeInWords(MessageBuilder message)
Undocumented in source. Be warned that the author may not have intended to support it.
fillBuffer
void fillBuffer(ByteBuffer buffer, ReadableByteChannel bc)
Undocumented in source. Be warned that the author may not have intended to support it.
read
MessageReader read(ReadableByteChannel bc)
Undocumented in source. Be warned that the author may not have intended to support it.
read
MessageReader read(ReadableByteChannel bc, ReaderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
read
MessageReader read(ByteBuffer bb)
Undocumented in source. Be warned that the author may not have intended to support it.
read
MessageReader read(ByteBuffer bb, ReaderOptions options)

Upon return, bb.position() will be at the end of the message.

write
void write(WritableByteChannel outputChannel, MessageBuilder message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta