Uses of Class
org.capnproto.MessageBuilder
-
-
Uses of MessageBuilder in org.capnproto
Methods in org.capnproto that return MessageBuilder Modifier and Type Method Description static MessageBuilderMessageBuilder. unsafeConstructFromMessageReader(MessageReader messageReader)Constructs a MessageBuilder from a MessageReader without copying the segments.Methods in org.capnproto with parameters of type MessageBuilder Modifier and Type Method Description static longSerialize. computeSerializedSizeInWords(MessageBuilder message)static voidSerialize. write(WritableByteChannel outputChannel, MessageBuilder message)Serializes a MessageBuilder to a WritableByteChannel.static voidSerializePacked. write(BufferedOutputStream output, MessageBuilder message)Serializes a MessageBuilder to a BufferedOutputStream.static voidSerializePacked. writeToUnbuffered(WritableByteChannel output, MessageBuilder message)Serializes a MessageBuilder to an unbuffered output stream.
-