| |
|
| com.caucho.portal.generic.BufferFactory
All known Subclasses: com.caucho.portal.generic.BufferFactoryImpl,
BufferFactory | public interface BufferFactory (Code) | | |
allocateByteBuffer | public PortletByteBuffer allocateByteBuffer(int size)(Code) | | size indicates a minimum size for the buffer.
A size of -1 indicates that a default size should be used.
A size of Integer.MAX_VALUE indicates that a buffer as large as possible
should be used.
|
allocateCharBuffer | public PortletCharBuffer allocateCharBuffer(int size)(Code) | | size indicates a minimum size for the buffer.
A size of -1 indicates that a default size should be used.
A size of Integer.MAX_VALUE indicates that a buffer as large as possible
should be used.
|
|
|
|