Uses of Class
org.apache.tika.detect.CompositeEncodingDetector
Packages that use CompositeEncodingDetector
Package
Description
Tika configuration tools.
Media type detection.
- 
Uses of CompositeEncodingDetector in org.apache.tika.configMethods in org.apache.tika.config that return CompositeEncodingDetectorModifier and TypeMethodDescriptionprotected static CompositeEncodingDetectorTikaConfig.getDefaultEncodingDetector(ServiceLoader loader) 
- 
Uses of CompositeEncodingDetector in org.apache.tika.detectSubclasses of CompositeEncodingDetector in org.apache.tika.detectModifier and TypeClassDescriptionclassA composite encoding detector based on all theEncodingDetectorimplementations available through theservice provider mechanism.