| Class | Description |
|---|---|
| BOMInputStream |
This class is used to wrap a stream that includes an encoded
ByteOrderMark as its first bytes. |
| ByteOrderMark |
Byte Order Mark (BOM) representation -
see
org.apache.commons.io.input.BOMInputStream. |
| 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 | 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.
|
Copyright © 2009–2017. All rights reserved.