Uses of Interface
org.capnproto.FromPointerReader
-
-
Uses of FromPointerReader in org.capnproto
Subinterfaces of FromPointerReader in org.capnproto Modifier and Type Interface Description interfacePointerFactory<Builder,Reader>Classes in org.capnproto that implement FromPointerReader Modifier and Type Class Description static classAnyPointer.Factorystatic classData.Factorystatic classDataList.Factorystatic classEnumList.Factory<T extends Enum>classListFactory<Builder,Reader extends ListReader>static classListList.Factory<ElementBuilder,ElementReader extends ListReader>static classPrimitiveList.Boolean.Factorystatic classPrimitiveList.Byte.Factorystatic classPrimitiveList.Double.Factorystatic classPrimitiveList.Float.Factorystatic classPrimitiveList.Int.Factorystatic classPrimitiveList.Long.Factorystatic classPrimitiveList.Short.Factorystatic classPrimitiveList.Void.FactoryclassStructFactory<Builder,Reader extends StructReader>static classStructList.Factory<ElementBuilder extends StructBuilder,ElementReader extends StructReader>static classText.Factorystatic classTextList.FactoryMethods in org.capnproto with parameters of type FromPointerReader Modifier and Type Method Description protected <T> TListReader. _getPointerElement(FromPointerReader<T> factory, int index)protected <T> TStructReader. _getPointerField(FromPointerReader<T> factory, int ptrIndex)<T> TAnyPointer.Reader. getAs(FromPointerReader<T> factory)<T> TMessageReader. getRoot(FromPointerReader<T> factory)Constructors in org.capnproto with parameters of type FromPointerReader Constructor Description Reader(FromPointerReader<T> factory, SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
-