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:
Closeable
,AutoCloseable
Deprecated.
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 -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CharsetSniffingInputStream
(InputStream in, boolean preserveBom) Deprecated. -
Method Summary
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, skipNBytes, transferTo
-
Constructor Details
-
CharsetSniffingInputStream
Deprecated. -
CharsetSniffingInputStream
Deprecated.
-
-
Method Details
-
isBomSet
public boolean isBomSet()Deprecated. -
getEncoding
Deprecated.
-