类 DetectedCharset

java.lang.Object
org.glavo.chardet.DetectedCharset

public final class DetectedCharset extends Object
Represents the detected encoding.

Some encodings may not be supported by the current environment, so calling the getCharset() on them will throw a UnsupportedCharsetException. You can check whether it is supported by the current environment through isSupported().