类 EncodingDetectorInputStream

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

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