Uses of Interface
org.capnproto.Allocator
-
-
Uses of Allocator in org.capnproto
Classes in org.capnproto that implement Allocator Modifier and Type Class Description classDefaultAllocatorConstructors in org.capnproto with parameters of type Allocator Constructor Description BuilderArena(Allocator allocator)BuilderArena(Allocator allocator, ByteBuffer firstSegment)MessageBuilder(Allocator allocator)Constructs a new MessageBuilder from an Allocator.MessageBuilder(Allocator allocator, ByteBuffer firstSegment)Constructs a new MessageBuilder from an Allocator and a given first segment buffer.
-