Uses of Class
org.capnproto.StructReader
-
-
Uses of StructReader in org.capnproto
Classes in org.capnproto with type parameters of type StructReader Modifier and Type Class Description classStructFactory<Builder,Reader extends StructReader>static classStructList.Factory<ElementBuilder extends StructBuilder,ElementReader extends StructReader>Methods in org.capnproto with type parameters of type StructReader 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.static <ElementBuilder extends StructBuilder,ElementReader extends StructReader>
StructList.Factory<ElementBuilder,ElementReader>StructList. newFactory(StructFactory<ElementBuilder,ElementReader> factory)<U extends StructReader>
voidStructList.Builder. setWithCaveats(StructFactory<T,U> factory, int index, U value)Methods in org.capnproto with parameters of type StructReader Modifier and Type Method Description protected voidStructBuilder. _copyContentFrom(StructReader other)
-