Package org.apache.any23.mime
This package provides support for
MIME Type
data detection.-
Interface Summary Interface Description MIMETypeDetector This detector is able to estimate theMIME
type of some given raw data. -
Class Summary Class Description MIMEType A MIME type with an optional q (quality) value.NaiveMIMETypeDetector Basic implementation ofMIMETypeDetector
based on file extensions.TikaMIMETypeDetector Implementation ofMIMETypeDetector
based on Apache Tika.