Uses of Enum
com.helger.commons.charset.EUnicodeBOM
Packages that use EUnicodeBOM
-
Uses of EUnicodeBOM in com.helger.commons.charset
Methods in com.helger.commons.charset that return EUnicodeBOMModifier and TypeMethodDescriptionCharsetHelper.InputStreamAndCharset.getBOM()static EUnicodeBOMEUnicodeBOM.getFromBytesOrNull(byte[] aBytes) Find the BOM that is matching the passed byte array.static EUnicodeBOMReturns 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 EUnicodeBOMModifierConstructorDescriptionInputStreamAndCharset(InputStream aIS, EUnicodeBOM eBOM, Charset aCharset)