A B C D E F G H I L M N O P R S T U V W _ 
All Classes All Packages

A

allocate(int) - Method in class org.capnproto.BuilderArena
Allocates `amount` words in an existing segment or, if no suitable segment exists, in a new segment.
allocate(int) - Method in class org.capnproto.SegmentBuilder
 
AllocateResult(SegmentBuilder, int) - Constructor for class org.capnproto.BuilderArena.AllocateResult
 
allocateSegment(int) - Method in interface org.capnproto.Allocator
Allocates a ByteBuffer to be used as a segment in a message.
allocateSegment(int) - Method in class org.capnproto.DefaultAllocator
 
allocationStrategy - Variable in class org.capnproto.DefaultAllocator
 
allocationStyle - Variable in class org.capnproto.DefaultAllocator
 
Allocator - Interface in org.capnproto
An object that allocates memory for a Cap'n Proto message as it is being built.
AnyPointer - Class in org.capnproto
 
AnyPointer() - Constructor for class org.capnproto.AnyPointer
 
AnyPointer.Builder - Class in org.capnproto
 
AnyPointer.Factory - Class in org.capnproto
 
AnyPointer.Reader - Class in org.capnproto
 
Arena - Interface in org.capnproto
 
ArrayInputStream - Class in org.capnproto
 
ArrayInputStream(ByteBuffer) - Constructor for class org.capnproto.ArrayInputStream
 
ArrayOutputStream - Class in org.capnproto
 
ArrayOutputStream(ByteBuffer) - Constructor for class org.capnproto.ArrayOutputStream
 
asByteBuffer() - Method in class org.capnproto.Data.Builder
 
asByteBuffer() - Method in class org.capnproto.Data.Reader
 
asByteBuffer() - Method in class org.capnproto.Text.Builder
 
asByteBuffer() - Method in class org.capnproto.Text.Reader
 
asReader() - Method in class org.capnproto.AnyPointer.Builder
 
asReader() - Method in class org.capnproto.DataList.Builder
 
asReader() - Method in class org.capnproto.EnumList.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Boolean.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Byte.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Double.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Float.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Int.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Long.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Short.Builder
 
asReader() - Method in class org.capnproto.PrimitiveList.Void.Builder
 
asReader() - Method in class org.capnproto.TextList.Builder
 
asReader(Builder) - Method in class org.capnproto.StructFactory
 
asReader(ListFactory<T, U>) - Method in class org.capnproto.ListList.Builder
 
asReader(StructFactory<T, U>) - Method in class org.capnproto.StructList.Builder
Sets the list element, with the following limitation based on the fact that structs in a struct list are allocated inline: if the source struct is larger than the target struct (as can happen if it was created with a newer version of the schema), then it will be truncated, losing fields.

B

BIT - Static variable in class org.capnproto.ElementSize
 
Boolean() - Constructor for class org.capnproto.PrimitiveList.Boolean
 
buf - Variable in class org.capnproto.ArrayInputStream
 
buf - Variable in class org.capnproto.ArrayOutputStream
 
buffer - Variable in class org.capnproto.Data.Builder
 
buffer - Variable in class org.capnproto.Data.Reader
 
buffer - Variable in class org.capnproto.SegmentReader
 
buffer - Variable in class org.capnproto.Text.Builder
 
buffer - Variable in class org.capnproto.Text.Reader
 
BufferedInputStream - Interface in org.capnproto
 
BufferedInputStreamWrapper - Class in org.capnproto
 
BufferedInputStreamWrapper(ReadableByteChannel) - Constructor for class org.capnproto.BufferedInputStreamWrapper
 
BufferedOutputStream - Interface in org.capnproto
 
BufferedOutputStreamWrapper - Class in org.capnproto
 
BufferedOutputStreamWrapper(WritableByteChannel) - Constructor for class org.capnproto.BufferedOutputStreamWrapper
 
Builder() - Constructor for class org.capnproto.Data.Builder
 
Builder() - Constructor for class org.capnproto.Text.Builder
 
Builder(ByteBuffer, int, int) - Constructor for class org.capnproto.Data.Builder
 
Builder(ByteBuffer, int, int) - Constructor for class org.capnproto.Text.Builder
 
Builder(ListFactory<T, ?>, SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.ListList.Builder
 
Builder(SegmentBuilder, int) - Constructor for class org.capnproto.AnyPointer.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.DataList.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Boolean.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Byte.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Double.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Float.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Int.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Long.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Short.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.PrimitiveList.Void.Builder
 
Builder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.TextList.Builder
 
Builder(StructBuilder.Factory<T>, SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.StructList.Builder
 
Builder(T[], SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.EnumList.Builder
 
BuilderArena - Class in org.capnproto
 
BuilderArena(int, BuilderArena.AllocationStrategy) - Constructor for class org.capnproto.BuilderArena
 
BuilderArena(Allocator) - Constructor for class org.capnproto.BuilderArena
 
BuilderArena(Allocator, ByteBuffer) - Constructor for class org.capnproto.BuilderArena
 
BuilderArena.AllocateResult - Class in org.capnproto
 
BuilderArena.AllocationStrategy - Enum in org.capnproto
 
Byte() - Constructor for class org.capnproto.PrimitiveList.Byte
 
BYTE - Static variable in class org.capnproto.ElementSize
 

C

checkReadLimit(int) - Method in interface org.capnproto.Arena
 
checkReadLimit(int) - Method in class org.capnproto.BuilderArena
 
checkReadLimit(int) - Method in class org.capnproto.ReaderArena
 
clear() - Method in class org.capnproto.AnyPointer.Builder
 
clear() - Method in class org.capnproto.SegmentBuilder
 
clearFirstSegment() - Method in class org.capnproto.MessageBuilder
Sets the first segment buffer to contain all zeros so that it can be reused in another message.
close() - Method in class org.capnproto.ArrayInputStream
 
close() - Method in class org.capnproto.ArrayOutputStream
 
close() - Method in class org.capnproto.BufferedInputStreamWrapper
 
close() - Method in class org.capnproto.BufferedOutputStreamWrapper
 
close() - Method in class org.capnproto.PackedInputStream
 
close() - Method in class org.capnproto.PackedOutputStream
 
computeSerializedSizeInWords(MessageBuilder) - Static method in class org.capnproto.Serialize
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.DataList.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.EnumList.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in interface org.capnproto.ListBuilder.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.ListList.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Boolean.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Byte.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Double.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Float.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Int.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Long.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Short.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.PrimitiveList.Void.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.StructList.Factory
 
constructBuilder(SegmentBuilder, int, int, int, int, short) - Method in class org.capnproto.TextList.Factory
 
constructBuilder(SegmentBuilder, int, int, int, short) - Method in interface org.capnproto.StructBuilder.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.DataList.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.EnumList.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.ListList.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in interface org.capnproto.ListReader.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Boolean.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Byte.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Double.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Float.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Int.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Long.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Short.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.PrimitiveList.Void.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.StructList.Factory
 
constructReader(SegmentReader, int, int, int, int, short, int) - Method in class org.capnproto.TextList.Factory
 
constructReader(SegmentReader, int, int, int, short, int) - Method in interface org.capnproto.StructReader.Factory
 
currentSize() - Method in class org.capnproto.SegmentBuilder
 

D

data - Variable in class org.capnproto.StructBuilder
 
data - Variable in class org.capnproto.StructReader
 
data - Variable in class org.capnproto.StructSize
 
Data - Class in org.capnproto
 
Data() - Constructor for class org.capnproto.Data
 
Data.Builder - Class in org.capnproto
 
Data.Factory - Class in org.capnproto
 
Data.Reader - Class in org.capnproto
 
dataBitsPerElement(byte) - Static method in class org.capnproto.ElementSize
 
DataList - Class in org.capnproto
 
DataList() - Constructor for class org.capnproto.DataList
 
DataList.Builder - Class in org.capnproto
 
DataList.Builder.Iterator - Class in org.capnproto
 
DataList.Factory - Class in org.capnproto
 
DataList.Reader - Class in org.capnproto
 
DataList.Reader.Iterator - Class in org.capnproto
 
dataSize - Variable in class org.capnproto.StructBuilder
 
dataSize - Variable in class org.capnproto.StructReader
 
DecodeException - Exception in org.capnproto
 
DecodeException(String) - Constructor for exception org.capnproto.DecodeException
 
decodeRawBytes(String) - Static method in class org.capnproto.GeneratedClassSupport
 
DEFAULT_READER_OPTIONS - Static variable in class org.capnproto.ReaderOptions
 
DefaultAllocator - Class in org.capnproto
 
DefaultAllocator() - Constructor for class org.capnproto.DefaultAllocator
 
DefaultAllocator(BuilderArena.AllocationStrategy) - Constructor for class org.capnproto.DefaultAllocator
 
DefaultAllocator(BuilderArena.AllocationStrategy, DefaultAllocator.ByteBufferAllocationStyle) - Constructor for class org.capnproto.DefaultAllocator
 
DefaultAllocator(DefaultAllocator.ByteBufferAllocationStyle) - Constructor for class org.capnproto.DefaultAllocator
 
DefaultAllocator.ByteBufferAllocationStyle - Enum in org.capnproto
 
DIRECT - org.capnproto.DefaultAllocator.ByteBufferAllocationStyle
 
Double() - Constructor for class org.capnproto.PrimitiveList.Double
 

E

EIGHT_BYTES - Static variable in class org.capnproto.ElementSize
 
ElementSize - Class in org.capnproto
 
ElementSize() - Constructor for class org.capnproto.ElementSize
 
EMPTY - Static variable in class org.capnproto.SegmentReader
 
EnumList - Class in org.capnproto
 
EnumList() - Constructor for class org.capnproto.EnumList
 
EnumList.Builder<T extends Enum> - Class in org.capnproto
 
EnumList.Factory<T extends Enum> - Class in org.capnproto
 
EnumList.Reader<T extends Enum> - Class in org.capnproto
 

F

factory - Static variable in class org.capnproto.AnyPointer
 
factory - Static variable in class org.capnproto.Data
 
factory - Static variable in class org.capnproto.DataList
 
factory - Variable in class org.capnproto.ListList.Factory
 
factory - Static variable in class org.capnproto.PrimitiveList.Boolean
 
factory - Static variable in class org.capnproto.PrimitiveList.Byte
 
factory - Static variable in class org.capnproto.PrimitiveList.Double
 
factory - Static variable in class org.capnproto.PrimitiveList.Float
 
factory - Static variable in class org.capnproto.PrimitiveList.Int
 
factory - Static variable in class org.capnproto.PrimitiveList.Long
 
factory - Static variable in class org.capnproto.PrimitiveList.Short
 
factory - Static variable in class org.capnproto.PrimitiveList.Void
 
factory - Variable in class org.capnproto.StructList.Builder
 
factory - Variable in class org.capnproto.StructList.Factory
 
factory - Variable in class org.capnproto.StructList.Reader
 
factory - Static variable in class org.capnproto.Text
 
factory - Static variable in class org.capnproto.TextList
 
Factory() - Constructor for class org.capnproto.AnyPointer.Factory
 
Factory() - Constructor for class org.capnproto.Data.Factory
 
Factory() - Constructor for class org.capnproto.Text.Factory
 
Factory(ListFactory<ElementBuilder, ElementReader>) - Constructor for class org.capnproto.ListList.Factory
 
Factory(StructFactory<ElementBuilder, ElementReader>) - Constructor for class org.capnproto.StructList.Factory
 
Factory(T[]) - Constructor for class org.capnproto.EnumList.Factory
 
FAILED_ALLOCATION - Static variable in class org.capnproto.SegmentBuilder
 
fillBuffer(ByteBuffer, ReadableByteChannel) - Static method in class org.capnproto.Serialize
 
FIXED_SIZE - org.capnproto.BuilderArena.AllocationStrategy
 
Float() - Constructor for class org.capnproto.PrimitiveList.Float
 
flush() - Method in class org.capnproto.ArrayOutputStream
 
flush() - Method in interface org.capnproto.BufferedOutputStream
 
flush() - Method in class org.capnproto.BufferedOutputStreamWrapper
 
FOUR_BYTES - Static variable in class org.capnproto.ElementSize
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.AnyPointer.Factory
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.Data.Factory
 
fromPointerBuilder(SegmentBuilder, int) - Method in interface org.capnproto.FromPointerBuilder
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.ListFactory
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.StructFactory
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.StructList.Factory
 
fromPointerBuilder(SegmentBuilder, int) - Method in class org.capnproto.Text.Factory
 
FromPointerBuilder<T> - Interface in org.capnproto
 
fromPointerBuilderBlobDefault(SegmentBuilder, int, ByteBuffer, int, int) - Method in class org.capnproto.Data.Factory
 
fromPointerBuilderBlobDefault(SegmentBuilder, int, ByteBuffer, int, int) - Method in interface org.capnproto.FromPointerBuilderBlobDefault
 
fromPointerBuilderBlobDefault(SegmentBuilder, int, ByteBuffer, int, int) - Method in class org.capnproto.Text.Factory
 
FromPointerBuilderBlobDefault<T> - Interface in org.capnproto
 
fromPointerBuilderRefDefault(SegmentBuilder, int, SegmentReader, int) - Method in interface org.capnproto.FromPointerBuilderRefDefault
 
fromPointerBuilderRefDefault(SegmentBuilder, int, SegmentReader, int) - Method in class org.capnproto.ListFactory
 
fromPointerBuilderRefDefault(SegmentBuilder, int, SegmentReader, int) - Method in class org.capnproto.StructFactory
 
fromPointerBuilderRefDefault(SegmentBuilder, int, SegmentReader, int) - Method in class org.capnproto.StructList.Factory
 
FromPointerBuilderRefDefault<T> - Interface in org.capnproto
 
fromPointerReader(SegmentReader, int, int) - Method in class org.capnproto.AnyPointer.Factory
 
fromPointerReader(SegmentReader, int, int) - Method in class org.capnproto.Data.Factory
 
fromPointerReader(SegmentReader, int, int) - Method in interface org.capnproto.FromPointerReader
 
fromPointerReader(SegmentReader, int, int) - Method in class org.capnproto.ListFactory
 
fromPointerReader(SegmentReader, int, int) - Method in class org.capnproto.StructFactory
 
fromPointerReader(SegmentReader, int, int) - Method in class org.capnproto.Text.Factory
 
FromPointerReader<T> - Interface in org.capnproto
 
fromPointerReaderBlobDefault(SegmentReader, int, ByteBuffer, int, int) - Method in class org.capnproto.Data.Factory
 
fromPointerReaderBlobDefault(SegmentReader, int, ByteBuffer, int, int) - Method in interface org.capnproto.FromPointerReaderBlobDefault
 
fromPointerReaderBlobDefault(SegmentReader, int, ByteBuffer, int, int) - Method in class org.capnproto.Text.Factory
 
FromPointerReaderBlobDefault<T> - Interface in org.capnproto
 
fromPointerReaderRefDefault(SegmentReader, int, SegmentReader, int, int) - Method in interface org.capnproto.FromPointerReaderRefDefault
 
fromPointerReaderRefDefault(SegmentReader, int, SegmentReader, int, int) - Method in class org.capnproto.ListFactory
 
fromPointerReaderRefDefault(SegmentReader, int, SegmentReader, int, int) - Method in class org.capnproto.StructFactory
 
FromPointerReaderRefDefault<T> - Interface in org.capnproto
 

G

GeneratedClassSupport - Class in org.capnproto
 
GeneratedClassSupport() - Constructor for class org.capnproto.GeneratedClassSupport
 
get(int) - Method in class org.capnproto.DataList.Builder
 
get(int) - Method in class org.capnproto.DataList.Reader
 
get(int) - Method in class org.capnproto.EnumList.Builder
 
get(int) - Method in class org.capnproto.EnumList.Reader
 
get(int) - Method in class org.capnproto.ListList.Builder
 
get(int) - Method in class org.capnproto.ListList.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Boolean.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Boolean.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Byte.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Byte.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Double.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Double.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Float.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Float.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Int.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Int.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Long.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Long.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Short.Builder
 
get(int) - Method in class org.capnproto.PrimitiveList.Short.Reader
 
get(int) - Method in class org.capnproto.PrimitiveList.Void.Reader
 
get(int) - Method in class org.capnproto.SegmentReader
 
get(int) - Method in class org.capnproto.StructList.Builder
 
get(int) - Method in class org.capnproto.StructList.Reader
 
get(int) - Method in class org.capnproto.TextList.Builder
 
get(int) - Method in class org.capnproto.TextList.Reader
 
getArena() - Method in class org.capnproto.SegmentBuilder
 
getAs(FromPointerBuilder<T>) - Method in class org.capnproto.AnyPointer.Builder
 
getAs(FromPointerReader<T>) - Method in class org.capnproto.AnyPointer.Reader
 
getReadBuffer() - Method in class org.capnproto.ArrayInputStream
 
getReadBuffer() - Method in interface org.capnproto.BufferedInputStream
 
getReadBuffer() - Method in class org.capnproto.BufferedInputStreamWrapper
 
getRoot(FromPointerBuilder<T>) - Method in class org.capnproto.MessageBuilder
 
getRoot(FromPointerReader<T>) - Method in class org.capnproto.MessageReader
 
getSegment(int) - Method in class org.capnproto.BuilderArena
 
getSegmentsForOutput() - Method in class org.capnproto.BuilderArena
 
getSegmentsForOutput() - Method in class org.capnproto.MessageBuilder
 
getWriteBuffer() - Method in class org.capnproto.ArrayOutputStream
 
getWriteBuffer() - Method in interface org.capnproto.BufferedOutputStream
 
getWriteBuffer() - Method in class org.capnproto.BufferedOutputStreamWrapper
 
GROW_HEURISTICALLY - org.capnproto.BuilderArena.AllocationStrategy
 

H

hasNext() - Method in class org.capnproto.DataList.Builder.Iterator
 
hasNext() - Method in class org.capnproto.DataList.Reader.Iterator
 
hasNext() - Method in class org.capnproto.StructList.Builder.Iterator
 
hasNext() - Method in class org.capnproto.StructList.Reader.Iterator
 
hasNext() - Method in class org.capnproto.TextList.Builder.Iterator
 
hasNext() - Method in class org.capnproto.TextList.Reader.Iterator
 

I

id - Variable in class org.capnproto.SegmentBuilder
 
idx - Variable in class org.capnproto.DataList.Builder.Iterator
 
idx - Variable in class org.capnproto.DataList.Reader.Iterator
 
idx - Variable in class org.capnproto.StructList.Builder.Iterator
 
idx - Variable in class org.capnproto.StructList.Reader.Iterator
 
idx - Variable in class org.capnproto.TextList.Builder.Iterator
 
idx - Variable in class org.capnproto.TextList.Reader.Iterator
 
init(int, int) - Method in class org.capnproto.ListList.Builder
 
initAs(FromPointerBuilder<T>) - Method in class org.capnproto.AnyPointer.Builder
 
initAs(FromPointerBuilder<T>, int) - Method in class org.capnproto.AnyPointer.Builder
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.AnyPointer.Factory
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.Data.Factory
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in interface org.capnproto.FromPointerBuilder
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.ListFactory
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.StructFactory
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.StructList.Factory
 
initFromPointerBuilder(SegmentBuilder, int, int) - Method in class org.capnproto.Text.Factory
 
initRoot(FromPointerBuilder<T>) - Method in class org.capnproto.MessageBuilder
 
INLINE_COMPOSITE - Static variable in class org.capnproto.ElementSize
 
Int() - Constructor for class org.capnproto.PrimitiveList.Int
 
isInBounds(int, int) - Method in class org.capnproto.SegmentReader
Verify that the `size`-long (in words) range starting at word index `start` is within bounds.
isNull() - Method in class org.capnproto.AnyPointer.Builder
 
isNull() - Method in class org.capnproto.AnyPointer.Reader
 
isOpen() - Method in class org.capnproto.ArrayInputStream
 
isOpen() - Method in class org.capnproto.ArrayOutputStream
 
isOpen() - Method in class org.capnproto.BufferedInputStreamWrapper
 
isOpen() - Method in class org.capnproto.BufferedOutputStreamWrapper
 
isOpen() - Method in class org.capnproto.PackedInputStream
 
isOpen() - Method in class org.capnproto.PackedOutputStream
 
isWritable() - Method in class org.capnproto.SegmentBuilder
 
iterator() - Method in class org.capnproto.DataList.Builder
 
iterator() - Method in class org.capnproto.DataList.Reader
 
iterator() - Method in class org.capnproto.StructList.Builder
 
iterator() - Method in class org.capnproto.StructList.Reader
 
iterator() - Method in class org.capnproto.TextList.Builder
 
iterator() - Method in class org.capnproto.TextList.Reader
 
Iterator(DataList.Builder) - Constructor for class org.capnproto.DataList.Builder.Iterator
 
Iterator(DataList.Reader) - Constructor for class org.capnproto.DataList.Reader.Iterator
 
Iterator(StructList.Builder<T>) - Constructor for class org.capnproto.StructList.Builder.Iterator
 
Iterator(StructList.Reader<T>) - Constructor for class org.capnproto.StructList.Reader.Iterator
 
Iterator(TextList.Builder) - Constructor for class org.capnproto.TextList.Builder.Iterator
 
Iterator(TextList.Reader) - Constructor for class org.capnproto.TextList.Reader.Iterator
 

L

limit - Variable in class org.capnproto.ReaderArena
 
list - Variable in class org.capnproto.DataList.Builder.Iterator
 
list - Variable in class org.capnproto.DataList.Reader.Iterator
 
list - Variable in class org.capnproto.StructList.Builder.Iterator
 
list - Variable in class org.capnproto.StructList.Reader.Iterator
 
list - Variable in class org.capnproto.TextList.Builder.Iterator
 
list - Variable in class org.capnproto.TextList.Reader.Iterator
 
ListBuilder - Class in org.capnproto
 
ListBuilder(SegmentBuilder, int, int, int, int, short) - Constructor for class org.capnproto.ListBuilder
 
ListBuilder.Factory<T> - Interface in org.capnproto
 
ListFactory<Builder,​Reader extends ListReader> - Class in org.capnproto
 
ListList - Class in org.capnproto
 
ListList() - Constructor for class org.capnproto.ListList
 
ListList.Builder<T> - Class in org.capnproto
 
ListList.Factory<ElementBuilder,​ElementReader extends ListReader> - Class in org.capnproto
 
ListList.Reader<T> - Class in org.capnproto
 
ListReader - Class in org.capnproto
 
ListReader() - Constructor for class org.capnproto.ListReader
 
ListReader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.ListReader
 
ListReader.Factory<T> - Interface in org.capnproto
 
Long() - Constructor for class org.capnproto.PrimitiveList.Long
 

M

maxSegmentBytes - Variable in class org.capnproto.DefaultAllocator
The largest number of bytes to try allocating when using `GROW_HEURISTICALLY`.
MessageBuilder - Class in org.capnproto
 
MessageBuilder() - Constructor for class org.capnproto.MessageBuilder
 
MessageBuilder(int) - Constructor for class org.capnproto.MessageBuilder
 
MessageBuilder(int, BuilderArena.AllocationStrategy) - Constructor for class org.capnproto.MessageBuilder
 
MessageBuilder(ByteBuffer) - Constructor for class org.capnproto.MessageBuilder
Like the previous constructor, but uses a DefaultAllocator.
MessageBuilder(Allocator) - Constructor for class org.capnproto.MessageBuilder
Constructs a new MessageBuilder from an Allocator.
MessageBuilder(Allocator, ByteBuffer) - Constructor for class org.capnproto.MessageBuilder
Constructs a new MessageBuilder from an Allocator and a given first segment buffer.
MessageReader - Class in org.capnproto
 
MessageReader(ByteBuffer[], ReaderOptions) - Constructor for class org.capnproto.MessageReader
 

N

nestingLimit - Variable in class org.capnproto.ReaderOptions
How many pointer indirections deep a message may be before an exception is thrown.
nestingLimit - Variable in class org.capnproto.StructReader
 
newFactory(StructFactory<ElementBuilder, ElementReader>) - Static method in class org.capnproto.StructList
 
next() - Method in class org.capnproto.DataList.Builder.Iterator
 
next() - Method in class org.capnproto.DataList.Reader.Iterator
 
next() - Method in class org.capnproto.StructList.Builder.Iterator
 
next() - Method in class org.capnproto.StructList.Reader.Iterator
 
next() - Method in class org.capnproto.TextList.Builder.Iterator
 
next() - Method in class org.capnproto.TextList.Reader.Iterator
 

O

offset - Variable in class org.capnproto.BuilderArena.AllocateResult
 
offset - Variable in class org.capnproto.Data.Builder
 
offset - Variable in class org.capnproto.Data.Reader
 
offset - Variable in class org.capnproto.Text.Builder
 
offset - Variable in class org.capnproto.Text.Reader
 
org.capnproto - package org.capnproto
Cap'n Proto is a highly efficient binary data format and remote procedure call protocol.

P

PackedInputStream - Class in org.capnproto
 
PackedInputStream(BufferedInputStream) - Constructor for class org.capnproto.PackedInputStream
 
PackedOutputStream - Class in org.capnproto
 
PackedOutputStream(BufferedOutputStream) - Constructor for class org.capnproto.PackedOutputStream
 
POINTER - Static variable in class org.capnproto.ElementSize
 
pointerCount - Variable in class org.capnproto.StructBuilder
 
pointerCount - Variable in class org.capnproto.StructReader
 
PointerFactory<Builder,​Reader> - Interface in org.capnproto
 
pointers - Variable in class org.capnproto.StructBuilder
 
pointers - Variable in class org.capnproto.StructReader
 
pointers - Variable in class org.capnproto.StructSize
 
pointersPerElement(byte) - Static method in class org.capnproto.ElementSize
 
pos - Variable in class org.capnproto.SegmentBuilder
 
PrimitiveList - Class in org.capnproto
 
PrimitiveList() - Constructor for class org.capnproto.PrimitiveList
 
PrimitiveList.Boolean - Class in org.capnproto
 
PrimitiveList.Boolean.Builder - Class in org.capnproto
 
PrimitiveList.Boolean.Factory - Class in org.capnproto
 
PrimitiveList.Boolean.Reader - Class in org.capnproto
 
PrimitiveList.Byte - Class in org.capnproto
 
PrimitiveList.Byte.Builder - Class in org.capnproto
 
PrimitiveList.Byte.Factory - Class in org.capnproto
 
PrimitiveList.Byte.Reader - Class in org.capnproto
 
PrimitiveList.Double - Class in org.capnproto
 
PrimitiveList.Double.Builder - Class in org.capnproto
 
PrimitiveList.Double.Factory - Class in org.capnproto
 
PrimitiveList.Double.Reader - Class in org.capnproto
 
PrimitiveList.Float - Class in org.capnproto
 
PrimitiveList.Float.Builder - Class in org.capnproto
 
PrimitiveList.Float.Factory - Class in org.capnproto
 
PrimitiveList.Float.Reader - Class in org.capnproto
 
PrimitiveList.Int - Class in org.capnproto
 
PrimitiveList.Int.Builder - Class in org.capnproto
 
PrimitiveList.Int.Factory - Class in org.capnproto
 
PrimitiveList.Int.Reader - Class in org.capnproto
 
PrimitiveList.Long - Class in org.capnproto
 
PrimitiveList.Long.Builder - Class in org.capnproto
 
PrimitiveList.Long.Factory - Class in org.capnproto
 
PrimitiveList.Long.Reader - Class in org.capnproto
 
PrimitiveList.Short - Class in org.capnproto
 
PrimitiveList.Short.Builder - Class in org.capnproto
 
PrimitiveList.Short.Factory - Class in org.capnproto
 
PrimitiveList.Short.Reader - Class in org.capnproto
 
PrimitiveList.Void - Class in org.capnproto
 
PrimitiveList.Void.Builder - Class in org.capnproto
 
PrimitiveList.Void.Factory - Class in org.capnproto
 
PrimitiveList.Void.Reader - Class in org.capnproto
 
put(int, long) - Method in class org.capnproto.SegmentBuilder
 

R

read(ByteBuffer) - Method in class org.capnproto.ArrayInputStream
 
read(ByteBuffer) - Method in class org.capnproto.BufferedInputStreamWrapper
 
read(ByteBuffer) - Method in class org.capnproto.PackedInputStream
 
read(ByteBuffer) - Static method in class org.capnproto.Serialize
 
read(ByteBuffer, ReaderOptions) - Static method in class org.capnproto.Serialize
Upon return, `bb.position()` will be at the end of the message.
read(ReadableByteChannel) - Static method in class org.capnproto.Serialize
 
read(ReadableByteChannel, ReaderOptions) - Static method in class org.capnproto.Serialize
 
read(BufferedInputStream) - Static method in class org.capnproto.SerializePacked
Reads a message from the provided BufferedInputStream with default options.
read(BufferedInputStream, ReaderOptions) - Static method in class org.capnproto.SerializePacked
Reads a message from the provided BufferedInputStream with the provided options.
readAtLeast(ReadableByteChannel, ByteBuffer, int) - Static method in class org.capnproto.BufferedInputStreamWrapper
 
Reader() - Constructor for class org.capnproto.Data.Reader
 
Reader() - Constructor for class org.capnproto.Text.Reader
 
Reader(byte[]) - Constructor for class org.capnproto.Data.Reader
 
Reader(String) - Constructor for class org.capnproto.Text.Reader
 
Reader(ByteBuffer, int, int) - Constructor for class org.capnproto.Data.Reader
 
Reader(ByteBuffer, int, int) - Constructor for class org.capnproto.Text.Reader
 
Reader(FromPointerReader<T>, SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.ListList.Reader
 
Reader(SegmentReader, int, int) - Constructor for class org.capnproto.AnyPointer.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.DataList.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Boolean.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Byte.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Double.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Float.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Int.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Long.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Short.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.PrimitiveList.Void.Reader
 
Reader(SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.TextList.Reader
 
Reader(StructReader.Factory<T>, SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.StructList.Reader
 
Reader(T[], SegmentReader, int, int, int, int, short, int) - Constructor for class org.capnproto.EnumList.Reader
 
ReaderArena - Class in org.capnproto
 
ReaderArena(ByteBuffer[], long) - Constructor for class org.capnproto.ReaderArena
 
ReaderOptions - Class in org.capnproto
 
ReaderOptions(long, int) - Constructor for class org.capnproto.ReaderOptions
 
readFromUnbuffered(ReadableByteChannel) - Static method in class org.capnproto.SerializePacked
Wraps the provided ReadableByteChannel in a BufferedInputStream and reads a message from it with default options.
readFromUnbuffered(ReadableByteChannel, ReaderOptions) - Static method in class org.capnproto.SerializePacked
Wraps the provided ReadableByteChannel in a BufferedInputStream and reads a message from it with the provided options.
REGULAR - org.capnproto.DefaultAllocator.ByteBufferAllocationStyle
 
remove() - Method in class org.capnproto.DataList.Builder.Iterator
 
remove() - Method in class org.capnproto.DataList.Reader.Iterator
 
remove() - Method in class org.capnproto.StructList.Builder.Iterator
 
remove() - Method in class org.capnproto.StructList.Reader.Iterator
 
remove() - Method in class org.capnproto.TextList.Builder.Iterator
 
remove() - Method in class org.capnproto.TextList.Reader.Iterator
 

S

segment - Variable in class org.capnproto.BuilderArena.AllocateResult
 
segment - Variable in class org.capnproto.StructBuilder
 
segment - Variable in class org.capnproto.StructReader
 
SegmentBuilder - Class in org.capnproto
 
SegmentBuilder(ByteBuffer, Arena) - Constructor for class org.capnproto.SegmentBuilder
 
SegmentReader - Class in org.capnproto
 
SegmentReader(ByteBuffer, Arena) - Constructor for class org.capnproto.SegmentReader
 
segments - Variable in class org.capnproto.BuilderArena
 
segments - Variable in class org.capnproto.ReaderArena
 
Serialize - Class in org.capnproto
Serialization using the standard (unpacked) stream encoding: https://capnproto.org/encoding.html#serialization-over-a-stream
Serialize() - Constructor for class org.capnproto.Serialize
 
SerializePacked - Class in org.capnproto
Serialization using the packed encoding: https://capnproto.org/encoding.html#packing
SerializePacked() - Constructor for class org.capnproto.SerializePacked
 
set(int, boolean) - Method in class org.capnproto.PrimitiveList.Boolean.Builder
 
set(int, byte) - Method in class org.capnproto.PrimitiveList.Byte.Builder
 
set(int, double) - Method in class org.capnproto.PrimitiveList.Double.Builder
 
set(int, float) - Method in class org.capnproto.PrimitiveList.Float.Builder
 
set(int, int) - Method in class org.capnproto.PrimitiveList.Int.Builder
 
set(int, long) - Method in class org.capnproto.PrimitiveList.Long.Builder
 
set(int, short) - Method in class org.capnproto.PrimitiveList.Short.Builder
 
set(int, Data.Reader) - Method in class org.capnproto.DataList.Builder
 
set(int, Text.Reader) - Method in class org.capnproto.TextList.Builder
 
set(int, T) - Method in class org.capnproto.EnumList.Builder
 
setAs(SetPointerBuilder<T, U>, U) - Method in class org.capnproto.AnyPointer.Builder
 
setNextAllocationSizeBytes(int) - Method in class org.capnproto.DefaultAllocator
 
setPointerBuilder(SegmentBuilder, int, AnyPointer.Reader) - Method in class org.capnproto.AnyPointer.Factory
 
setPointerBuilder(SegmentBuilder, int, Data.Reader) - Method in class org.capnproto.Data.Factory
 
setPointerBuilder(SegmentBuilder, int, Text.Reader) - Method in class org.capnproto.Text.Factory
 
setPointerBuilder(SegmentBuilder, int, Reader) - Method in class org.capnproto.ListFactory
 
setPointerBuilder(SegmentBuilder, int, Reader) - Method in interface org.capnproto.SetPointerBuilder
 
setPointerBuilder(SegmentBuilder, int, Reader) - Method in class org.capnproto.StructFactory
 
SetPointerBuilder<Builder,​Reader> - Interface in org.capnproto
 
setRoot(SetPointerBuilder<T, U>, U) - Method in class org.capnproto.MessageBuilder
 
setWithCaveats(StructFactory<T, U>, int, U) - Method in class org.capnproto.StructList.Builder
 
Short() - Constructor for class org.capnproto.PrimitiveList.Short
 
size - Variable in class org.capnproto.Data.Builder
 
size - Variable in class org.capnproto.Data.Reader
 
size - Variable in class org.capnproto.Text.Builder
 
size - Variable in class org.capnproto.Text.Reader
 
size() - Method in class org.capnproto.Data.Reader
 
size() - Method in class org.capnproto.ListBuilder
 
size() - Method in class org.capnproto.ListReader
 
size() - Method in class org.capnproto.Text.Reader
 
StructBuilder - Class in org.capnproto
 
StructBuilder(SegmentBuilder, int, int, int, short) - Constructor for class org.capnproto.StructBuilder
 
StructBuilder.Factory<T> - Interface in org.capnproto
 
StructFactory<Builder,​Reader extends StructReader> - Class in org.capnproto
 
StructFactory() - Constructor for class org.capnproto.StructFactory
 
StructList - Class in org.capnproto
 
StructList() - Constructor for class org.capnproto.StructList
 
StructList.Builder<T extends StructBuilder> - Class in org.capnproto
 
StructList.Builder.Iterator - Class in org.capnproto
 
StructList.Factory<ElementBuilder extends StructBuilder,​ElementReader extends StructReader> - Class in org.capnproto
 
StructList.Reader<T> - Class in org.capnproto
 
StructList.Reader.Iterator - Class in org.capnproto
 
StructReader - Class in org.capnproto
 
StructReader() - Constructor for class org.capnproto.StructReader
 
StructReader(SegmentReader, int, int, int, short, int) - Constructor for class org.capnproto.StructReader
 
StructReader.Factory<T> - Interface in org.capnproto
 
structSize() - Method in interface org.capnproto.StructBuilder.Factory
 
StructSize - Class in org.capnproto
 
StructSize(short, short) - Constructor for class org.capnproto.StructSize
 
SUGGESTED_ALLOCATION_STRATEGY - Static variable in class org.capnproto.BuilderArena
 
SUGGESTED_FIRST_SEGMENT_WORDS - Static variable in class org.capnproto.BuilderArena
 

T

Text - Class in org.capnproto
 
Text() - Constructor for class org.capnproto.Text
 
Text.Builder - Class in org.capnproto
 
Text.Factory - Class in org.capnproto
 
Text.Reader - Class in org.capnproto
 
TextList - Class in org.capnproto
 
TextList() - Constructor for class org.capnproto.TextList
 
TextList.Builder - Class in org.capnproto
 
TextList.Builder.Iterator - Class in org.capnproto
 
TextList.Factory - Class in org.capnproto
 
TextList.Reader - Class in org.capnproto
 
TextList.Reader.Iterator - Class in org.capnproto
 
toArray() - Method in class org.capnproto.Data.Builder
 
toArray() - Method in class org.capnproto.Data.Reader
 
toString() - Method in class org.capnproto.Text.Builder
 
toString() - Method in class org.capnproto.Text.Reader
 
total() - Method in class org.capnproto.StructSize
 
traversalLimitInWords - Variable in class org.capnproto.ReaderOptions
How many words are allowed to be read before an exception is thrown, to protect against denial of service attacks.
tryGetSegment(int) - Method in interface org.capnproto.Arena
 
tryGetSegment(int) - Method in class org.capnproto.BuilderArena
 
tryGetSegment(int) - Method in class org.capnproto.ReaderArena
 
tryRead(ReadableByteChannel) - Static method in class org.capnproto.Serialize
Attempts to read a message from the provided BufferedInputStream with default options.
tryRead(ReadableByteChannel, ReaderOptions) - Static method in class org.capnproto.Serialize
Attempts to read a message from the provided BufferedInputStream with the provided options.
tryRead(BufferedInputStream) - Static method in class org.capnproto.SerializePacked
Attempts to read a message from the provided BufferedInputStream with default options.
tryRead(BufferedInputStream, ReaderOptions) - Static method in class org.capnproto.SerializePacked
Attempts to read a message from the provided BufferedInputStream with the provided options.
tryReadFromUnbuffered(ReadableByteChannel) - Static method in class org.capnproto.SerializePacked
Wraps the provided ReadableByteChannel in a BufferedInputStream and attempts to read a message from it with default options.
tryReadFromUnbuffered(ReadableByteChannel, ReaderOptions) - Static method in class org.capnproto.SerializePacked
Wraps the provided ReadableByteChannel in a BufferedInputStream and attempts to read a message from it with the provided options.
TWO_BYTES - Static variable in class org.capnproto.ElementSize
 

U

unsafeConstructFromMessageReader(MessageReader) - Static method in class org.capnproto.MessageBuilder
Constructs a MessageBuilder from a MessageReader without copying the segments.

V

valueOf(String) - Static method in enum org.capnproto.BuilderArena.AllocationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.capnproto.DefaultAllocator.ByteBufferAllocationStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.capnproto.Void
Returns the enum constant of this type with the specified name.
values - Variable in class org.capnproto.EnumList.Builder
 
values - Variable in class org.capnproto.EnumList.Factory
 
values - Variable in class org.capnproto.EnumList.Reader
 
values() - Static method in enum org.capnproto.BuilderArena.AllocationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.capnproto.DefaultAllocator.ByteBufferAllocationStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.capnproto.Void
Returns an array containing the constants of this enum type, in the order they are declared.
Void - Enum in org.capnproto
 
Void() - Constructor for class org.capnproto.PrimitiveList.Void
 
VOID - org.capnproto.Void
 
VOID - Static variable in class org.capnproto.ElementSize
 

W

write(ByteBuffer) - Method in class org.capnproto.ArrayOutputStream
 
write(ByteBuffer) - Method in class org.capnproto.BufferedOutputStreamWrapper
 
write(ByteBuffer) - Method in class org.capnproto.PackedOutputStream
 
write(WritableByteChannel, MessageBuilder) - Static method in class org.capnproto.Serialize
Serializes a MessageBuilder to a WritableByteChannel.
write(WritableByteChannel, MessageReader) - Static method in class org.capnproto.Serialize
Serializes a MessageReader to a WritableByteChannel.
write(BufferedOutputStream, MessageBuilder) - Static method in class org.capnproto.SerializePacked
Serializes a MessageBuilder to a BufferedOutputStream.
write(BufferedOutputStream, MessageReader) - Static method in class org.capnproto.SerializePacked
Serializes a MessageReader to a BufferedOutputStream.
writeToUnbuffered(WritableByteChannel, MessageBuilder) - Static method in class org.capnproto.SerializePacked
Serializes a MessageBuilder to an unbuffered output stream.
writeToUnbuffered(WritableByteChannel, MessageReader) - Static method in class org.capnproto.SerializePacked
Serializes a MessageReader to an unbuffered output stream.

_

_clearPointerField(int) - Method in class org.capnproto.StructBuilder
 
_copyContentFrom(StructReader) - Method in class org.capnproto.StructBuilder
 
_getBooleanElement(int) - Method in class org.capnproto.ListBuilder
 
_getBooleanElement(int) - Method in class org.capnproto.ListReader
 
_getBooleanField(int) - Method in class org.capnproto.StructBuilder
 
_getBooleanField(int) - Method in class org.capnproto.StructReader
 
_getBooleanField(int, boolean) - Method in class org.capnproto.StructBuilder
 
_getBooleanField(int, boolean) - Method in class org.capnproto.StructReader
 
_getByteElement(int) - Method in class org.capnproto.ListBuilder
 
_getByteElement(int) - Method in class org.capnproto.ListReader
 
_getByteField(int) - Method in class org.capnproto.StructBuilder
 
_getByteField(int) - Method in class org.capnproto.StructReader
 
_getByteField(int, byte) - Method in class org.capnproto.StructBuilder
 
_getByteField(int, byte) - Method in class org.capnproto.StructReader
 
_getDoubleElement(int) - Method in class org.capnproto.ListBuilder
 
_getDoubleElement(int) - Method in class org.capnproto.ListReader
 
_getDoubleField(int) - Method in class org.capnproto.StructBuilder
 
_getDoubleField(int) - Method in class org.capnproto.StructReader
 
_getDoubleField(int, long) - Method in class org.capnproto.StructBuilder
 
_getDoubleField(int, long) - Method in class org.capnproto.StructReader
 
_getFloatElement(int) - Method in class org.capnproto.ListBuilder
 
_getFloatElement(int) - Method in class org.capnproto.ListReader
 
_getFloatField(int) - Method in class org.capnproto.StructBuilder
 
_getFloatField(int) - Method in class org.capnproto.StructReader
 
_getFloatField(int, int) - Method in class org.capnproto.StructBuilder
 
_getFloatField(int, int) - Method in class org.capnproto.StructReader
 
_getIntElement(int) - Method in class org.capnproto.ListBuilder
 
_getIntElement(int) - Method in class org.capnproto.ListReader
 
_getIntField(int) - Method in class org.capnproto.StructBuilder
 
_getIntField(int) - Method in class org.capnproto.StructReader
 
_getIntField(int, int) - Method in class org.capnproto.StructBuilder
 
_getIntField(int, int) - Method in class org.capnproto.StructReader
 
_getLongElement(int) - Method in class org.capnproto.ListBuilder
 
_getLongElement(int) - Method in class org.capnproto.ListReader
 
_getLongField(int) - Method in class org.capnproto.StructBuilder
 
_getLongField(int) - Method in class org.capnproto.StructReader
 
_getLongField(int, long) - Method in class org.capnproto.StructBuilder
 
_getLongField(int, long) - Method in class org.capnproto.StructReader
 
_getPointerElement(FromPointerBuilder<T>, int) - Method in class org.capnproto.ListBuilder
 
_getPointerElement(FromPointerReader<T>, int) - Method in class org.capnproto.ListReader
 
_getPointerElement(FromPointerReaderBlobDefault<T>, int, ByteBuffer, int, int) - Method in class org.capnproto.ListReader
 
_getPointerField(FromPointerBuilder<T>, int) - Method in class org.capnproto.StructBuilder
 
_getPointerField(FromPointerBuilderBlobDefault<T>, int, ByteBuffer, int, int) - Method in class org.capnproto.StructBuilder
 
_getPointerField(FromPointerBuilderRefDefault<T>, int, SegmentReader, int) - Method in class org.capnproto.StructBuilder
 
_getPointerField(FromPointerReader<T>, int) - Method in class org.capnproto.StructReader
 
_getPointerField(FromPointerReaderBlobDefault<T>, int, ByteBuffer, int, int) - Method in class org.capnproto.StructReader
 
_getPointerField(FromPointerReaderRefDefault<T>, int, SegmentReader, int) - Method in class org.capnproto.StructReader
 
_getShortElement(int) - Method in class org.capnproto.ListBuilder
 
_getShortElement(int) - Method in class org.capnproto.ListReader
 
_getShortField(int) - Method in class org.capnproto.StructBuilder
 
_getShortField(int) - Method in class org.capnproto.StructReader
 
_getShortField(int, short) - Method in class org.capnproto.StructBuilder
 
_getShortField(int, short) - Method in class org.capnproto.StructReader
 
_getStructElement(StructBuilder.Factory<T>, int) - Method in class org.capnproto.ListBuilder
 
_getStructElement(StructReader.Factory<T>, int) - Method in class org.capnproto.ListReader
 
_initPointerElement(FromPointerBuilder<T>, int, int) - Method in class org.capnproto.ListBuilder
 
_initPointerField(FromPointerBuilder<T>, int, int) - Method in class org.capnproto.StructBuilder
 
_pointerFieldIsNull(int) - Method in class org.capnproto.StructBuilder
 
_pointerFieldIsNull(int) - Method in class org.capnproto.StructReader
 
_setBooleanElement(int, boolean) - Method in class org.capnproto.ListBuilder
 
_setBooleanField(int, boolean) - Method in class org.capnproto.StructBuilder
 
_setBooleanField(int, boolean, boolean) - Method in class org.capnproto.StructBuilder
 
_setByteElement(int, byte) - Method in class org.capnproto.ListBuilder
 
_setByteField(int, byte) - Method in class org.capnproto.StructBuilder
 
_setByteField(int, byte, byte) - Method in class org.capnproto.StructBuilder
 
_setDoubleElement(int, double) - Method in class org.capnproto.ListBuilder
 
_setDoubleField(int, double) - Method in class org.capnproto.StructBuilder
 
_setDoubleField(int, double, long) - Method in class org.capnproto.StructBuilder
 
_setFloatElement(int, float) - Method in class org.capnproto.ListBuilder
 
_setFloatField(int, float) - Method in class org.capnproto.StructBuilder
 
_setFloatField(int, float, int) - Method in class org.capnproto.StructBuilder
 
_setIntElement(int, int) - Method in class org.capnproto.ListBuilder
 
_setIntField(int, int) - Method in class org.capnproto.StructBuilder
 
_setIntField(int, int, int) - Method in class org.capnproto.StructBuilder
 
_setLongElement(int, long) - Method in class org.capnproto.ListBuilder
 
_setLongField(int, long) - Method in class org.capnproto.StructBuilder
 
_setLongField(int, long, long) - Method in class org.capnproto.StructBuilder
 
_setPointerElement(SetPointerBuilder<Builder, Reader>, int, Reader) - Method in class org.capnproto.ListBuilder
 
_setPointerField(SetPointerBuilder<Builder, Reader>, int, Reader) - Method in class org.capnproto.StructBuilder
 
_setShortElement(int, short) - Method in class org.capnproto.ListBuilder
 
_setShortField(int, short) - Method in class org.capnproto.StructBuilder
 
_setShortField(int, short, short) - Method in class org.capnproto.StructBuilder
 
A B C D E F G H I L M N O P R S T U V W _ 
All Classes All Packages