Uses of Class
com.helger.commons.charset.EUnicodeBOM
-
Packages that use EUnicodeBOM Package Description com.helger.commons.charset -
-
Uses of EUnicodeBOM in com.helger.commons.charset
Methods in com.helger.commons.charset that return EUnicodeBOM Modifier and Type Method Description EUnicodeBOMCharsetHelper.InputStreamAndCharset. getBOM()static EUnicodeBOMEUnicodeBOM. getFromBytesOrNull(byte[] aBytes)Find the BOM that is matching the passed byte array.static EUnicodeBOMEUnicodeBOM. 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.Constructors in com.helger.commons.charset with parameters of type EUnicodeBOM Constructor Description InputStreamAndCharset(InputStream aIS, EUnicodeBOM eBOM, Charset aCharset)
-