类 EncodingDetectorOutputStream

java.lang.Object
java.io.OutputStream
org.glavo.chardet.EncodingDetectorOutputStream
所有已实现的接口:
Closeable, Flushable, AutoCloseable

public class EncodingDetectorOutputStream extends OutputStream
Stream that detect encoding while reading. The normal usage is to fully read from inputstream and call close before check for charset.