Uses of Class
com.ibm.icu.text.CharsetMatch
-
Packages that use CharsetMatch Package Description com.ibm.icu.text -
-
Uses of CharsetMatch in com.ibm.icu.text
Methods in com.ibm.icu.text that return CharsetMatch Modifier and Type Method Description CharsetMatchCharsetDetector. 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.Methods in com.ibm.icu.text with parameters of type CharsetMatch Modifier and Type Method Description intCharsetMatch. compareTo(CharsetMatch other)Compare to other CharsetMatch objects.
-