|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBufferAllocator
Defines contract for ByteBuffer allocation service.
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
allocate(int size)
Allocates ByteBuffer with the given capacity. |
| Method Detail |
|---|
java.nio.ByteBuffer allocate(int size)
size - capacity (in bytes).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||