Package | Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
private ByteArrayPool |
AbstractDetectorStreamProvider.byteArrayPool |
Modifier and Type | Method and Description |
---|---|
ByteArrayPool |
AbstractDetectorStreamProvider.getByteArrayPool()
This method gets the
ByteArrayPool used to borrow byte-arrays. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDetectorStreamProvider.setByteArrayPool(ByteArrayPool byteArrayPool)
This method sets the
ByteArrayPool to use. |
Modifier and Type | Field and Description |
---|---|
private ByteArrayPool |
ProcessableDetectorStream.byteArrayPool |
private ByteArrayPool |
DetectorStreamBufferImpl.byteArrayPool
The
ByteArrayPool . |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayPool |
ProcessableDetectorStream.getByteArrayPool()
This method gets a pool used to manage byte-arrays.
|
Constructor and Description |
---|
DetectorStreamBufferImpl(DetectorStreamProcessor processor,
DetectorStreamBufferImpl successor,
ByteArrayPool byteArrayPool)
The constructor.
|
ProcessableDetectorStream(Map<String,Object> mutableMetadata,
ByteArrayPool byteArrayPool)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NoByteArrayPool
This is a
dummy pool for byte-arrays. |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayPoolImpl
This is the default implementation of the
Pool interface for byte-arrays. |
Copyright © 2001–2016 mmm-Team. All rights reserved.