Uses of Interface
org.simpleframework.common.buffer.Allocator
-
Packages that use Allocator Package Description org.simpleframework.common.buffer -
-
Uses of Allocator in org.simpleframework.common.buffer
Classes in org.simpleframework.common.buffer that implement Allocator Modifier and Type Class Description classArrayAllocatorTheArrayAllocatorobject is used to provide a means to allocate buffers using a single byte array.classBufferAllocatorTheBufferAllocatorobject is used to provide a means to allocate buffers using a single underlying buffer.classFileAllocatorTheFileAllocatorobject is used to create buffers that can be written to the file system.classFilterAllocatorTheFilterAllocatorobject is used to provide a means to provide a general set of constraints around buffer allocation.Fields in org.simpleframework.common.buffer declared as Allocator Modifier and Type Field Description protected AllocatorFilterAllocator. sourceThis is the allocator the underlying buffer is allocated with.Constructors in org.simpleframework.common.buffer with parameters of type Allocator Constructor Description BufferAllocator(Allocator source)Constructor for theBufferAllocatorobject.BufferAllocator(Allocator source, long capacity)Constructor for theBufferAllocatorobject.BufferAllocator(Allocator source, long capacity, long limit)Constructor for theBufferAllocatorobject.FilterAllocator(Allocator source)Constructor for theFilterAllocatorobject.FilterAllocator(Allocator source, long capacity)Constructor for theFilterAllocatorobject.FilterAllocator(Allocator source, long capacity, long limit)Constructor for theFilterAllocatorobject.
-