Package | Description |
---|---|
net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
Modifier and Type | Method and Description |
---|---|
static IoMode |
IoMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoMode[] |
IoMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static NlsMessage |
RuntimeIoException.getMessage(IoMode mode)
This method gets the
message according to
the given mode . |
Constructor and Description |
---|
RuntimeIoException(IoMode mode)
The constructor.
|
RuntimeIoException(Throwable nested,
IoMode mode)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.