Uses of Class
org.apache.tika.detect.CompositeEncodingDetector
Package
Description
Tika configuration tools.
Media type detection.
-
Uses of CompositeEncodingDetector in org.apache.tika.config
Modifier and TypeMethodDescriptionprotected static CompositeEncodingDetector
TikaConfig.getDefaultEncodingDetector
(ServiceLoader loader) -
Uses of CompositeEncodingDetector in org.apache.tika.detect
Modifier and TypeClassDescriptionclass
A composite encoding detector based on all theEncodingDetector
implementations available through theservice provider mechanism
.