Package org.apache.xmlbeans.impl.common
Class SniffedXmlInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.BufferedInputStream
-
- org.apache.xmlbeans.impl.common.SniffedXmlInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class SniffedXmlInputStream extends java.io.BufferedInputStream
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_SNIFFED_BYTES
-
Constructor Summary
Constructors Constructor Description SniffedXmlInputStream(java.io.InputStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getXmlEncoding()
-
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
-
-