Uses of Class
org.apache.tika.detect.CompositeEncodingDetector
-
Packages that use CompositeEncodingDetector Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.detect Media type detection. -
-
Uses of CompositeEncodingDetector in org.apache.tika.config
Methods in org.apache.tika.config that return CompositeEncodingDetector Modifier and Type Method Description protected static CompositeEncodingDetector
TikaConfig. getDefaultEncodingDetector(ServiceLoader loader)
-
Uses of CompositeEncodingDetector in org.apache.tika.detect
Subclasses of CompositeEncodingDetector in org.apache.tika.detect Modifier and Type Class Description class
DefaultEncodingDetector
A composite encoding detector based on all theEncodingDetector
implementations available through theservice provider mechanism
.
-