Uses of Interface
org.capnproto.StructReader.Factory
-
-
Uses of StructReader.Factory in org.capnproto
Classes in org.capnproto that implement StructReader.Factory Modifier and Type Class Description classStructFactory<Builder,Reader extends StructReader>Fields in org.capnproto declared as StructReader.Factory Modifier and Type Field Description StructReader.Factory<T>StructList.Reader. factoryMethods in org.capnproto with parameters of type StructReader.Factory Modifier and Type Method Description protected <T> TListReader. _getStructElement(StructReader.Factory<T> factory, int index)Constructors in org.capnproto with parameters of type StructReader.Factory Constructor Description Reader(StructReader.Factory<T> factory, SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
-