Uses of Class
org.capnproto.StructList.Reader
-
-
Uses of StructList.Reader in org.capnproto
Fields in org.capnproto declared as StructList.Reader Modifier and Type Field Description StructList.Reader<T>StructList.Reader.Iterator. listMethods in org.capnproto that return StructList.Reader Modifier and Type Method Description <U extends StructReader>
StructList.Reader<U>StructList.Builder. asReader(StructFactory<T,U> factory)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.StructList.Reader<ElementReader>StructList.Factory. constructReader(SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)Constructors in org.capnproto with parameters of type StructList.Reader Constructor Description Iterator(StructList.Reader<T> list)
-