|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BufferFactory
| Method Summary | |
|---|---|
PortletByteBuffer |
allocateByteBuffer(int size)
size indicates a minimum size for the buffer. |
PortletCharBuffer |
allocateCharBuffer(int size)
size indicates a minimum size for the buffer. |
int |
getDefaultBufferSize()
Return the size that will be used if allocateCharBuffer(int)
or allocateByteBuffer(int) * is called with a size of -1. |
| Method Detail |
|---|
int getDefaultBufferSize()
allocateCharBuffer(int)
or allocateByteBuffer(int) * is called with a size of -1.
PortletCharBuffer allocateCharBuffer(int size)
PortletByteBuffer allocateByteBuffer(int size)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||