Uses of Enum Class
com.helger.base.charset.EUnicodeBOM
Packages that use EUnicodeBOM
-
Uses of EUnicodeBOM in com.helger.base.charset
Methods in com.helger.base.charset that return EUnicodeBOMModifier and TypeMethodDescription@Nullable EUnicodeBOMCharsetHelper.InputStreamAndCharset.getBOM()static @Nullable EUnicodeBOMEUnicodeBOM.getFromBytesOrNull(byte @Nullable [] aBytes) Find the BOM that is matching the passed byte array.static EUnicodeBOMReturns the enum constant of this class with the specified name.static EUnicodeBOM[]EUnicodeBOM.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.helger.base.charset with parameters of type EUnicodeBOMModifierConstructorDescriptionInputStreamAndCharset(@NonNull InputStream aIS, @Nullable EUnicodeBOM eBOM, @Nullable Charset aCharset) Constructor.