Package org.capnproto
Class PrimitiveList.Long.Factory
- java.lang.Object
-
- org.capnproto.ListFactory<PrimitiveList.Long.Builder,PrimitiveList.Long.Reader>
-
- org.capnproto.PrimitiveList.Long.Factory
-
- All Implemented Interfaces:
FromPointerBuilder<PrimitiveList.Long.Builder>,FromPointerBuilderRefDefault<PrimitiveList.Long.Builder>,FromPointerReader<PrimitiveList.Long.Reader>,FromPointerReaderRefDefault<PrimitiveList.Long.Reader>,ListBuilder.Factory<PrimitiveList.Long.Builder>,ListReader.Factory<PrimitiveList.Long.Reader>,PointerFactory<PrimitiveList.Long.Builder,PrimitiveList.Long.Reader>,SetPointerBuilder<PrimitiveList.Long.Builder,PrimitiveList.Long.Reader>
- Enclosing class:
- PrimitiveList.Long
public static final class PrimitiveList.Long.Factory extends ListFactory<PrimitiveList.Long.Builder,PrimitiveList.Long.Reader>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrimitiveList.Long.BuilderconstructBuilder(SegmentBuilder segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)PrimitiveList.Long.ReaderconstructReader(SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)-
Methods inherited from class org.capnproto.ListFactory
fromPointerBuilder, fromPointerBuilderRefDefault, fromPointerReader, fromPointerReaderRefDefault, initFromPointerBuilder, setPointerBuilder
-
-
-
-
Method Detail
-
constructReader
public final PrimitiveList.Long.Reader constructReader(SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
-
constructBuilder
public final PrimitiveList.Long.Builder constructBuilder(SegmentBuilder segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)
-
-