|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteOrderMark | |
|---|---|
| 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. |
| Uses of ByteOrderMark in net.sf.mmm.util.io.api |
|---|
| Methods in net.sf.mmm.util.io.api that return ByteOrderMark | |
|---|---|
static ByteOrderMark |
ByteOrderMark.detect(byte[] bytes,
int offset)
This method detects the ByteOrderMark that may be
present in the given bytes
starting at 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. |
| Uses of ByteOrderMark in net.sf.mmm.util.io.base |
|---|
| Fields in net.sf.mmm.util.io.base declared as ByteOrderMark | |
|---|---|
private ByteOrderMark |
EncodingUtilImpl.UtfDetectionProcessor.bom
The ByteOrderMark or null if NOT present (or
detection NOT started). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||