Package | Description |
---|---|
net.sf.mmm.util.io.impl |
Contains implementations for utilities that help to read and write data, process bytes, etc.
|
Modifier and Type | Class and Description |
---|---|
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 | Field and Description |
---|---|
private AbstractByteArrayBufferBuffer |
LookaheadByteArrayBufferBuffer.master
The master buffer adapted by this buffer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractByteArrayBufferBuffer.sync(AbstractByteArrayBufferBuffer master)
This method synchronizes the buffer with the given
master . |
Constructor and Description |
---|
AbstractByteArrayBufferBuffer(AbstractByteArrayBufferBuffer template)
The constructor used to copy from the given
template . |
LookaheadByteArrayBufferBuffer(AbstractByteArrayBufferBuffer master)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.