java.lang.Object
java.io.OutputStream
org.glavo.chardet.EncodingDetectorOutputStream
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
Stream that detect encoding while reading.
The normal usage is to fully read from inputstream and call close before check for charset.
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.OutputStream
nullOutputStream
-
构造器详细资料
-
EncodingDetectorOutputStream
-
-
方法详细资料
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中OutputStream- 抛出:
IOException
-
flush
- 指定者:
flush在接口中Flushable- 覆盖:
flush在类中OutputStream- 抛出:
IOException
-
write
- 指定者:
write在类中OutputStream- 抛出:
IOException
-
write
- 覆盖:
write在类中OutputStream- 抛出:
IOException
-
write
- 覆盖:
write在类中OutputStream- 抛出:
IOException
-
getDetectedCharset
Gets the detected charset, null if not yet detected.- 返回:
- The detected charset
-