Class EncodingDetectorOutputStream

java.lang.Object
java.io.OutputStream
org.mozilla.universalchardet.EncodingDetectorOutputStream
All Implemented Interfaces:
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.