Class FOMSniffingInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.abdera.i18n.text.io.CharsetSniffingInputStream
-
- org.apache.abdera.parser.stax.util.FOMSniffingInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public class FOMSniffingInputStream extends org.apache.abdera.i18n.text.io.CharsetSniffingInputStream
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 FOMSniffingInputStream(InputStream in)Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.abdera.i18n.text.io.CharsetSniffingInputStream
getEncoding, isBomSet
-
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
-
FOMSniffingInputStream
public FOMSniffingInputStream(InputStream in)
Deprecated.
-
-