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.impl |
Contains implementations for utilities that help to read and write data, process bytes, etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessableByteArrayBuffer
This is the interface for a provider of data bytes (a
byte[] -Buffer) that is iterable
and processable . |
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 |
BufferInputStream
This class represents a
InputStream that works like a BufferedInputStream but exposes its
internal state to be used for lookahead operations. |
class |
ByteArrayBufferBuffer
This is the regular implementation of the
AbstractByteArrayBufferBuffer . |
class |
LookaheadByteArrayBufferBuffer
This class is a
byte -Buffer that represents the concatenation of multiple ByteArrayBufferImpl s. |
Copyright © 2001–2016 mmm-Team. All rights reserved.