| Package | Description |
|---|---|
| net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.api.spi |
Provides the SPI (service-provider-interface) for IO-Utils.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayBuffer
This is the interface for a byte[] buffer.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
ByteArray.createSubArray(int minimum,
int maximum)
|
ByteArray |
ComposedByteBuffer.getByteArray(int index)
This method gets the
ByteArray at the given index. |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorStreamBuffer.insert(ByteArray data)
This method inserts the given
data at the current position into the stream. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArray
This is the abstract base implementation of the
ByteArray interface. |
class |
ByteArrayImpl
This class is similar to
ByteBuffer but a lot simpler. |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
AbstractByteArray.createSubArray(int minimum,
int maximum) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayBufferImpl
This class is similar to
ByteBuffer but a lot simpler. |
protected class |
DetectorStreamBufferImpl.CurrentByteArray
This inner class is a view on the current
ByteArray. |
class |
PooledByteArray
This is an implementation of
ByteArray that holds a pooled byte-array. |
| Modifier and Type | Field and Description |
|---|---|
private ByteArray |
DetectorStreamBufferImpl.currentArrayView |
private ByteArray |
DetectorStreamBufferImpl.currentByteArray |
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<ByteArray> |
DetectorStreamBufferImpl.arrayQueue
|
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
DetectorStreamBufferImpl.getByteArray(int index) |
ByteArray |
AbstractByteArrayBufferBuffer.getByteArray(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DetectorStreamBufferImpl.append(ByteArray nextArray)
This method queues the given
ByteArray at the end of this buffer. |
void |
DetectorStreamBufferImpl.insert(ByteArray data) |
void |
ProcessableDetectorStream.processInternal(ByteArray buffer,
boolean eos) |
protected void |
DetectorStreamBufferImpl.release(ByteArray byteArray)
This method is called when a
ByteArray is wiped out of the chain. |
Copyright © 2001–2016 mmm-Team. All rights reserved.