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 TypeClassDescriptionclass
class
A composite encoding detector based on all theEncodingDetector
implementations available through theservice provider mechanism
.class
Always 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 EncodingDetector
AbstractEncodingDetectorParser.getEncodingDetector
(ParseContext parseContext) Look for an EncodingDetetor in the ParseContext.Methods in org.apache.tika.parser with parameters of type EncodingDetectorModifier and TypeMethodDescriptionvoid
AbstractEncodingDetectorParser.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) -
Uses of EncodingDetector in org.apache.tika.parser.code
Constructors in org.apache.tika.parser.code with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.csv
Constructors in org.apache.tika.parser.csv with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.envi
Constructors in org.apache.tika.parser.envi with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.html
Classes in org.apache.tika.parser.html that implement EncodingDetectorModifier and TypeClassDescriptionclass
Character encoding detector for determining the character encoding of a HTML document based on the potential charset parameter found in a Content-Type http-equiv meta tag somewhere near the beginning.Methods in org.apache.tika.parser.html that return EncodingDetectorModifier and TypeMethodDescriptionprotected EncodingDetector
JSoupParser.getEncodingDetector
(ParseContext parseContext) Look for an EncodingDetetor in the ParseContext.Constructors in org.apache.tika.parser.html with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.html.charsetdetector
Classes in org.apache.tika.parser.html.charsetdetector that implement EncodingDetectorModifier and TypeClassDescriptionfinal class
An encoding detector that tries to respect the spirit of the HTML spec part 12.2.3 "The input byte stream", or at least the part that is compatible with the implementation of tika. -
Uses of EncodingDetector in org.apache.tika.parser.mif
Constructors in org.apache.tika.parser.mif with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.pkg
Constructors in org.apache.tika.parser.pkg with parameters of type EncodingDetector -
Uses of EncodingDetector in org.apache.tika.parser.txt
Classes in org.apache.tika.parser.txt that implement EncodingDetectorModifier and TypeClassDescriptionclass
class
class
Constructors in org.apache.tika.parser.txt with parameters of type EncodingDetector