Package org.apache.tika.detect

Media type detection.

See:
          Description

Interface Summary
Detector Content type detector.
 

Class Summary
CompositeDetector Content type detector that combines multiple different detection mechanisms.
ContainerAwareDetector Deprecated. Use the DefaultDetector class instead
DefaultDetector A composite detector based on all the Detector implementations available through the service provider mechanism.
MagicDetector Content type detection based on magic bytes, i.e.
NameDetector Content type detection based on the resource name.
TextDetector Content type detection of plain text documents.
TypeDetector Content type detection based on a content type hint.
XmlRootExtractor Utility class that uses a SAXParser to determine the namespace URI and local name of the root element of an XML file.
 

Package org.apache.tika.detect Description

Media type detection.



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.