Package nl.siegmann.epublib.util.commons.io
-
Class Summary Class Description BOMInputStream This class is used to wrap a stream that includes an encodedByteOrderMarkas its first bytes.ByteOrderMark Byte Order Mark (BOM) representation - seeBOMInputStream.ProxyInputStream A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.XmlStreamReader Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream. -
Exception Summary Exception Description XmlStreamReaderException The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.