Package org.apache.abdera.i18n.text.io
Class CharsetSniffingInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.abdera.i18n.text.io.CharsetSniffingInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Deprecated(since="2021-07-29") public class CharsetSniffingInputStream extends java.io.FilterInputStreamDeprecated.This API is deprecated as Apache Abdera is a retired project since 2017.Will attempt to autodetect the character encoding from the stream By default, this will preserve the BOM if it exists
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharsetSniffingInputStream.EncodingDeprecated.
-
Constructor Summary
Constructors Constructor Description CharsetSniffingInputStream(java.io.InputStream in)Deprecated.CharsetSniffingInputStream(java.io.InputStream in, boolean preserveBom)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetEncoding()Deprecated.booleanisBomSet()Deprecated.-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-