Package | Description |
---|---|
org.apache.tika.parser.txt |
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.
|
Modifier and Type | Method and Description |
---|---|
int |
CharsetMatch.compareTo(CharsetMatch other)
Compare to other CharsetMatch objects.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.