Class FOMXmlVersionInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.abdera.parser.stax.util.FOMXmlVersionInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public class FOMXmlVersionInputStream extends FilterInputStream
Deprecated.Legacy AEM 6.x API.Will attempt to autodetect the character encoding from the stream This will preserve the BOM if it exists
-
-
Constructor Summary
Constructors Constructor Description FOMXmlVersionInputStream(InputStream in)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetVersion()Deprecated.-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
Constructor Detail
-
FOMXmlVersionInputStream
public FOMXmlVersionInputStream(InputStream in)
Deprecated.
-
-
Method Detail
-
getVersion
public String getVersion()
Deprecated.
-
-