| Interface | Description |
|---|---|
| FileEnumeration | |
| IOByteArrayEnumeration |
A typed IOEnumeration that returns byte[]'s
|
| IOByteArrayMap |
A map of byte[] to byte[] that may be disk or network bound.
|
| IOEnumeration |
A generalized version of Enumeration,
to be used by Enumerations whose retrieval
of elements involves file or network access
|
| IOSequentialByteArrayMap | |
| IOSequentialByteArrayMap.Cursor | |
| IOStringEnumeration | |
| IOStringObjectMap | |
| ReadOnlyMemoryFile |
A convenience interface, for when one wants to work with an
entire file in memory as a byte[].
|
| StringMemoryFile |
| Class | Description |
|---|---|
| FileUtils | |
| InputStreamUtils | Deprecated
-- use com.mchange.v1.io.InputStreamUtils
|
| OutputStreamUtils | Deprecated
use com.mchange.v1.io.OutputStreamUtils
|
| ReaderUtils | |
| SerializableUtils | Deprecated
use com.mchange.v2.ser.SerializableUtils
|
| WriterUtils | Deprecated
use com.mchange.v1.io.WriterUtils
|
| Exception | Description |
|---|---|
| BadConfigurationException | |
| UnknownStreamClassException | |
| UnsupportedVersionException | Deprecated
use com.mchange.v2.ser.UnsupportedVersionException
|