Package | Description |
---|---|
org.mdiutil.io.charset |
Contains the ICU4J classes responsible for guessing the character set of a file.
|
Modifier and Type | Method and Description |
---|---|
CharsetMatch |
CharsetDetector.detect()
Return the charset that best matches the supplied input data.
|
CharsetMatch[] |
CharsetDetector.detectAll()
Return an array of all charsets that appear to be plausible
matches with the input data.
|
static CharsetMatch |
CharsetDetector.detectCharsetMatch(File file)
Return the guessed encoding of a file.
|
static CharsetMatch |
CharsetDetector.detectCharsetMatch(URL url)
Return the guessed encoding of an URL.
|
CharsetMatch |
CharsetDetector.getCharsetMatch(File file)
Return the guessed encoding of a file.
|
CharsetMatch |
CharsetDetector.getCharsetMatch(URL url)
Return the guessed encoding of an URL.
|
Modifier and Type | Method and Description |
---|---|
int |
CharsetMatch.compareTo(CharsetMatch other)
Compare to other CharsetMatch objects.
|