| Package | Description |
|---|---|
| com.helger.commons.charset |
| Modifier and Type | Method and Description |
|---|---|
EUnicodeBOM |
CharsetHelper.InputStreamAndCharset.getBOM() |
static EUnicodeBOM |
EUnicodeBOM.getFromBytesOrNull(byte[] aBytes)
Find the BOM that is matching the passed byte array.
|
static EUnicodeBOM |
EUnicodeBOM.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUnicodeBOM[] |
EUnicodeBOM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InputStreamAndCharset(InputStream aIS,
EUnicodeBOM eBOM,
Charset aCharset) |
Copyright © 2014–2020 Philip Helger. All rights reserved.