Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.tika.detect Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| AutoDetectReader | An input stream reader that automatically detects the character encoding to be used for converting bytes to characters. | Class | org.apache.tika.detect | Apache Tika |
|
| CompositeDetector | Content type detector that combines multiple different detection mechanisms. | Class | org.apache.tika.detect | Apache Tika |
|
| DefaultDetector | A composite detector based on all the Detector implementations available through the service provider mechanism. | Class | org.apache.tika.detect | Apache Tika |
|
| Detector | Content type detector. | Interface | org.apache.tika.detect | Apache Tika |
|
| EmptyDetector | Dummy detector that returns application/octet-stream for all documents. | Class | org.apache.tika.detect | Apache Tika |
|
| EncodingDetector | Character encoding detector. | Interface | org.apache.tika.detect | Apache Tika |
|
| MagicDetector | Content type detection based on magic bytes, i. | Class | org.apache.tika.detect | Apache Tika |
|
| NameDetector | Content type detection based on the resource name. | Class | org.apache.tika.detect | Apache Tika |
|
| TextDetector | Content type detection of plain text documents. | Class | org.apache.tika.detect | Apache Tika |
|
| TextStatistics | Utility class for computing a histogram of the bytes seen in a stream. | Class | org.apache.tika.detect | Apache Tika |
|
| TypeDetector | Content type detection based on a content type hint. | Class | org.apache.tika.detect | Apache Tika |
|
| XmlRootExtractor | Utility class that uses a SAXParser to determine the namespace URI and local name of the root element of an XML file. | Class | org.apache.tika.detect | Apache Tika |