SerializePacked

Undocumented in source.

Members

Static functions

read
MessageReader read(BufferedInputStream input)
Undocumented in source. Be warned that the author may not have intended to support it.
read
MessageReader read(BufferedInputStream input, ReaderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
readFromUnbuffered
MessageReader readFromUnbuffered(ReadableByteChannel input)
Undocumented in source. Be warned that the author may not have intended to support it.
readFromUnbuffered
MessageReader readFromUnbuffered(ReadableByteChannel input, ReaderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(BufferedOutputStream output, MessageBuilder message)
Undocumented in source. Be warned that the author may not have intended to support it.
writeToUnbuffered
void writeToUnbuffered(WritableByteChannel output, MessageBuilder message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta