Package org.capnproto
Interface FromPointerReader<T>
-
- All Known Subinterfaces:
PointerFactory<Builder,Reader>
- All Known Implementing Classes:
AnyPointer.Factory,Data.Factory,DataList.Factory,EnumList.Factory,ListFactory,ListList.Factory,PrimitiveList.Boolean.Factory,PrimitiveList.Byte.Factory,PrimitiveList.Double.Factory,PrimitiveList.Float.Factory,PrimitiveList.Int.Factory,PrimitiveList.Long.Factory,PrimitiveList.Short.Factory,PrimitiveList.Void.Factory,StructFactory,StructList.Factory,Text.Factory,TextList.Factory
public interface FromPointerReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TfromPointerReader(SegmentReader segment, int pointer, int nestingLimit)
-
-
-
Method Detail
-
fromPointerReader
T fromPointerReader(SegmentReader segment, int pointer, int nestingLimit)
-
-