Uses of Class
nl.siegmann.epublib.util.commons.io.ByteOrderMark
-
Packages that use ByteOrderMark Package Description nl.siegmann.epublib.util.commons.io -
-
Uses of ByteOrderMark in nl.siegmann.epublib.util.commons.io
Fields in nl.siegmann.epublib.util.commons.io declared as ByteOrderMark Modifier and Type Field Description private static ByteOrderMark[]XmlStreamReader. BOMSprivate ByteOrderMarkBOMInputStream. byteOrderMarkstatic ByteOrderMarkByteOrderMark. UTF_16BEUTF-16BE BOM (Big Endian)static ByteOrderMarkByteOrderMark. UTF_16LEUTF-16LE BOM (Little Endian)static ByteOrderMarkByteOrderMark. UTF_8UTF-8 BOMprivate static ByteOrderMark[]XmlStreamReader. XML_GUESS_BYTESFields in nl.siegmann.epublib.util.commons.io with type parameters of type ByteOrderMark Modifier and Type Field Description private java.util.List<ByteOrderMark>BOMInputStream. bomsMethods in nl.siegmann.epublib.util.commons.io that return ByteOrderMark Modifier and Type Method Description private ByteOrderMarkBOMInputStream. find()Find a BOM with the specified bytes.ByteOrderMarkBOMInputStream. getBOM()Return the BOM (Byte Order Mark).Methods in nl.siegmann.epublib.util.commons.io with parameters of type ByteOrderMark Modifier and Type Method Description booleanBOMInputStream. hasBOM(ByteOrderMark bom)Indicates whether the stream contains the specified BOM.private booleanBOMInputStream. matches(ByteOrderMark bom)Check if the bytes match a BOM.Constructors in nl.siegmann.epublib.util.commons.io with parameters of type ByteOrderMark Constructor Description BOMInputStream(java.io.InputStream delegate, boolean include, ByteOrderMark... boms)Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.BOMInputStream(java.io.InputStream delegate, ByteOrderMark... boms)Constructs a new BOM InputStream that excludes the specified BOMs.
-