Package | Description |
---|---|
net.sf.mmm.util.io.api.spi |
Provides the SPI (service-provider-interface) for IO-Utils.
|
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 |
DetectorStreamBuffer
This is the interface for a buffer of bytes from a stream.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteArrayBufferBuffer
This is the abstract base implementation of the
ProcessableByteArrayBuffer interface for a byte[]
-Buffer that represents the concatenation of multiple ByteArrayBufferImpl s. |
class |
ByteArrayBufferBuffer
This is the regular implementation of the
AbstractByteArrayBufferBuffer . |
class |
DetectorStreamBufferImpl
This is the implementation of the
DetectorStreamBuffer interface. |
class |
LookaheadByteArrayBufferBuffer
This class is a
byte -Buffer that represents the concatenation of multiple ByteArrayBufferImpl s. |
Copyright © 2001–2016 mmm-Team. All rights reserved.