Uses of Interface
org.apache.tika.detect.EncodingDetector
Packages that use EncodingDetector
Package
Description
Tika configuration tools.
Media type detection.
Tika parsers.
-
Uses of EncodingDetector in org.apache.tika.config
Methods in org.apache.tika.config that return EncodingDetectorModifier and TypeMethodDescriptionTikaConfig.getEncodingDetector()Returns the configured encoding detector instance -
Uses of EncodingDetector in org.apache.tika.detect
Classes in org.apache.tika.detect that implement EncodingDetectorModifier and TypeClassDescriptionclassclassA composite encoding detector based on all theEncodingDetectorimplementations available through theservice provider mechanism.classAlways returns the charset passed in via the initializerMethods in org.apache.tika.detect that return types with arguments of type EncodingDetectorConstructors in org.apache.tika.detect with parameters of type EncodingDetectorModifierConstructorDescriptionAutoDetectReader(InputStream stream, Metadata metadata, EncodingDetector encodingDetector) Constructor parameters in org.apache.tika.detect with type arguments of type EncodingDetectorModifierConstructorDescriptionCompositeEncodingDetector(List<EncodingDetector> detectors) CompositeEncodingDetector(List<EncodingDetector> detectors, Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors) CompositeEncodingDetector(List<EncodingDetector> detectors, Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors) DefaultEncodingDetector(ServiceLoader loader, Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors) -
Uses of EncodingDetector in org.apache.tika.parser
Methods in org.apache.tika.parser that return EncodingDetectorModifier and TypeMethodDescriptionAbstractEncodingDetectorParser.getEncodingDetector()protected EncodingDetectorAbstractEncodingDetectorParser.getEncodingDetector(ParseContext parseContext) Look for an EncodingDetetor in the ParseContext.Methods in org.apache.tika.parser with parameters of type EncodingDetectorModifier and TypeMethodDescriptionvoidAbstractEncodingDetectorParser.setEncodingDetector(EncodingDetector encodingDetector) Constructors in org.apache.tika.parser with parameters of type EncodingDetectorModifierConstructorDescriptionAbstractEncodingDetectorParser(EncodingDetector encodingDetector) DefaultParser(MediaTypeRegistry registry, ServiceLoader loader, Collection<Class<? extends Parser>> excludeParsers, EncodingDetector encodingDetector, Renderer renderer) DefaultParser(MediaTypeRegistry registry, ServiceLoader loader, EncodingDetector encodingDetector, Renderer renderer)