public interface ByteBufferAllocator
ByteBuffer
instances.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
allocate(int size)
Allocates
ByteBuffer of the given size. |
ByteBuffer allocate(int size)
ByteBuffer
of the given size.size
- the size of the buffer.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.