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 | Method and Description |
---|---|
ByteArrayImpl |
ByteArrayImpl.createSubArray(int minimum,
int maximum) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayBufferImpl
This class is similar to
ByteBuffer but a lot simpler. |
class |
PooledByteArray
This is an implementation of
ByteArray that holds a pooled byte-array . |
Modifier and Type | Method and Description |
---|---|
ByteArrayImpl |
PooledByteArray.createSubArray(int minimum,
int maximum) |
ByteArrayImpl |
ByteArrayBufferImpl.createSubArray(int minimum,
int maximum) |
Copyright © 2001–2016 mmm-Team. All rights reserved.