|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoBufferManager
Represents an STO buffer manager.
An STO buffer manager is responsible for allocating buffers for use as backing buffers for STO containers and fields. An instance of a buffer manager is supplied to an STO container. The container requests the buffer manager for buffers as and when it needs to allocate buffers that back the container.
Method Summary | |
---|---|
ByteBuffer |
allocate(int len)
Allocates a new buffer. |
Method Detail |
---|
ByteBuffer allocate(int len)
len
- The length of the buffer to allocate.This method is invoked by an STO container when it needs a new buffer to back the contents of the container.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |