|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByteBufferAllocator
Abstract interface to allocate ByteBuffer
instances.
Method Summary | |
---|---|
java.nio.ByteBuffer |
allocate(int size)
Allocates ByteBuffer of the given size. |
Method Detail |
---|
java.nio.ByteBuffer allocate(int size)
ByteBuffer
of the given size.
size
- the size of the buffer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |