|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cindy.buffer.NullBufferPool
public class NullBufferPool
Null buffer pool. Always allocate new buffer.
| Constructor Summary | |
|---|---|
NullBufferPool()
|
|
| Method Summary | |
|---|---|
Buffer |
allocate(int capacity,
boolean direct)
Allocate buffer from pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullBufferPool()
| Method Detail |
|---|
public Buffer allocate(int capacity,
boolean direct)
BufferPool
allocate in interface BufferPoolcapacity - capacitydirect - allocate direct buffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||