Uses of Class
com.logicaldoc.util.charset.CharsetMatch
-
Packages that use CharsetMatch Package Description com.logicaldoc.util.charset Utility classes to work with charsets -
-
Uses of CharsetMatch in com.logicaldoc.util.charset
Methods in com.logicaldoc.util.charset that return CharsetMatch Modifier and Type Method 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.Methods in com.logicaldoc.util.charset with parameters of type CharsetMatch Modifier and Type Method Description int
CharsetMatch. compareTo(CharsetMatch other)
Compare to other CharsetMatch objects.
-