|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteArrayPool | |
|---|---|
| net.sf.mmm.util.io.base | Contains public implementations that help to read and write data, process bytes, etc. |
| net.sf.mmm.util.io.impl | Contains implementations for utilities that help to read and write data, process bytes, etc. |
| net.sf.mmm.util.pool.base | Contains base-implementations of the Pool-Util API. |
| net.sf.mmm.util.pool.impl | Contains some implementations of the Pool-Util API. |
| Uses of ByteArrayPool in net.sf.mmm.util.io.base |
|---|
| Fields in net.sf.mmm.util.io.base declared as ByteArrayPool | |
|---|---|
private ByteArrayPool |
AbstractDetectorStreamProvider.byteArrayPool
|
| Methods in net.sf.mmm.util.io.base that return ByteArrayPool | |
|---|---|
ByteArrayPool |
AbstractDetectorStreamProvider.getByteArrayPool()
This method gets the ByteArrayPool used to
borrow byte-arrays. |
| Methods in net.sf.mmm.util.io.base with parameters of type ByteArrayPool | |
|---|---|
void |
AbstractDetectorStreamProvider.setByteArrayPool(ByteArrayPool byteArrayPool)
This method sets the ByteArrayPool to use. |
| Uses of ByteArrayPool in net.sf.mmm.util.io.impl |
|---|
| Fields in net.sf.mmm.util.io.impl declared as ByteArrayPool | |
|---|---|
private ByteArrayPool |
ProcessableDetectorStream.byteArrayPool
|
private ByteArrayPool |
DetectorStreamBufferImpl.byteArrayPool
The ByteArrayPool. |
| Methods in net.sf.mmm.util.io.impl that return ByteArrayPool | |
|---|---|
protected ByteArrayPool |
ProcessableDetectorStream.getByteArrayPool()
This method gets a pool used to manage byte-arrays. |
| Constructors in net.sf.mmm.util.io.impl with parameters of type ByteArrayPool | |
|---|---|
DetectorStreamBufferImpl(DetectorStreamProcessor processor,
DetectorStreamBufferImpl successor,
ByteArrayPool byteArrayPool)
The constructor. |
|
ProcessableDetectorStream(Map<String,Object> mutableMetadata,
ByteArrayPool byteArrayPool)
The constructor. |
|
| Uses of ByteArrayPool in net.sf.mmm.util.pool.base |
|---|
| Classes in net.sf.mmm.util.pool.base that implement ByteArrayPool | |
|---|---|
class |
NoByteArrayPool
This is a dummy pool for byte-arrays. |
| Uses of ByteArrayPool in net.sf.mmm.util.pool.impl |
|---|
| Classes in net.sf.mmm.util.pool.impl that implement ByteArrayPool | |
|---|---|
class |
ByteArrayPoolImpl
This is the default implementation of the Pool interface for byte-arrays. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||