|
||||||||||
| 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 | |
|---|---|
ByteBuffer |
allocate(int size)
Allocates ByteBuffer of the given size. |
| Method Detail |
|---|
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 | |||||||||