| Package | Description |
|---|---|
| net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.base |
Contains public implementations that help to read and write data, process bytes, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteOrderMark |
ByteOrderMark.detect(byte[] bytes,
int offset)
|
static ByteOrderMark |
ByteOrderMark.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteOrderMark[] |
ByteOrderMark.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private ByteOrderMark |
EncodingUtilImpl.UtfDetectionProcessor.bom
The
ByteOrderMark or null if NOT present (or detection NOT started). |
Copyright © 2001–2016 mmm-Team. All rights reserved.