Class EncodingDetectorInputStream

java.lang.Object
java.io.InputStream
org.mozilla.universalchardet.EncodingDetectorInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

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