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.
|
Class and Description |
---|
BufferInputStream
This class represents a
InputStream that works like a BufferedInputStream but exposes its
internal state to be used for lookahead operations. |
Class and Description |
---|
AbstractByteArrayBufferBuffer
This is the abstract base implementation of the
ProcessableByteArrayBuffer interface for a byte[]
-Buffer that represents the concatenation of multiple ByteArrayBufferImpl s. |
BufferInputStream.CopyProcessor
This inner class is the
ByteProcessor used to copy bytes from the buffer to the caller consuming data from
this stream. |
ByteArrayBufferBuffer
This is the regular implementation of the
AbstractByteArrayBufferBuffer . |
ByteArrayBufferImpl
This class is similar to
ByteBuffer but a lot simpler. |
DetectorStreamBufferImpl
This is the implementation of the
DetectorStreamBuffer interface. |
DetectorStreamBufferImpl.SeekMode
Enum with available modes for a
seek . |
PooledByteArray
This is an implementation of
ByteArray that holds a pooled byte-array . |
ProcessableDetectorInputStream.WrapperInputStream
This inner class is the actual wrapper stream.
|
ProcessableDetectorOutputStream.WrapperOutputStream
This inner class is the actual wrapper stream.
|
ProcessableDetectorStream
This is the abstract base implementation of a
DetectorStream specific for this
implementation. |
Copyright © 2001–2016 mmm-Team. All rights reserved.