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.
|
Modifier and Type | Field and Description |
---|---|
private ProcessableByteArrayBuffer |
EncodingUtilImpl.UtfDetectionReader.detectionBuffer
The lookahead buffer used to detect encoding.
|
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 |
LookaheadByteArrayBufferBuffer
This class is a
byte -Buffer that represents the concatenation of multiple ByteArrayBufferImpl s. |
Modifier and Type | Method and Description |
---|---|
ProcessableByteArrayBuffer |
BufferInputStream.createLookaheadBuffer()
This method creates a new
buffer for lookahead operations on the data from the
underlying stream. |
Copyright © 2001–2016 mmm-Team. All rights reserved.