public interface BufferAllocator
Buffer.| Modifier and Type | Method and Description | 
|---|---|
| Buffer | allocate()Allocates a  Bufferwith the default size of thisBufferAllocator. | 
| Buffer | allocate(int minimumCapacity)Allocates a  Bufferwith the size ofminimumCapacityat least. | 
Buffer allocate()
Buffer with the default size of this BufferAllocator.Buffer allocated