Uses of Class
org.capnproto.DefaultAllocator.ByteBufferAllocationStyle
-
-
Uses of DefaultAllocator.ByteBufferAllocationStyle in org.capnproto
Fields in org.capnproto declared as DefaultAllocator.ByteBufferAllocationStyle Modifier and Type Field Description DefaultAllocator.ByteBufferAllocationStyleDefaultAllocator. allocationStyleMethods in org.capnproto that return DefaultAllocator.ByteBufferAllocationStyle Modifier and Type Method Description static DefaultAllocator.ByteBufferAllocationStyleDefaultAllocator.ByteBufferAllocationStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultAllocator.ByteBufferAllocationStyle[]DefaultAllocator.ByteBufferAllocationStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.capnproto with parameters of type DefaultAllocator.ByteBufferAllocationStyle Constructor Description DefaultAllocator(BuilderArena.AllocationStrategy allocationStrategy, DefaultAllocator.ByteBufferAllocationStyle style)DefaultAllocator(DefaultAllocator.ByteBufferAllocationStyle style)
-