Package org.capnproto
Class BuilderArena.AllocateResult
- java.lang.Object
-
- org.capnproto.BuilderArena.AllocateResult
-
- Enclosing class:
- BuilderArena
public static class BuilderArena.AllocateResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intoffsetSegmentBuildersegment
-
Constructor Summary
Constructors Constructor Description AllocateResult(SegmentBuilder segment, int offset)
-
-
-
Field Detail
-
segment
public final SegmentBuilder segment
-
offset
public final int offset
-
-
Constructor Detail
-
AllocateResult
public AllocateResult(SegmentBuilder segment, int offset)
-
-