Package org.apache.xmlbeans.impl.common
Class SniffedXmlReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
org.apache.xmlbeans.impl.common.SniffedXmlReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
public class SniffedXmlReader extends BufferedReader
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_SNIFFED_CHARS
-
Constructor Summary
Constructors Constructor Description SniffedXmlReader(Reader reader)
-
Method Summary
Modifier and Type Method Description String
getXmlEncoding()
-
Field Details
-
MAX_SNIFFED_CHARS
public static final int MAX_SNIFFED_CHARS- See Also:
- Constant Field Values
-
-
Constructor Details
-
SniffedXmlReader
- Throws:
IOException
-
-
Method Details