Uses of Class
org.apache.any23.mime.MIMEType
-
Packages that use MIMEType Package Description org.apache.any23.extractor org.apache.any23.mime -
-
Uses of MIMEType in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return types with arguments of type MIMEType Modifier and Type Method Description Collection<MIMEType>
ExtractorFactory. getSupportedMIMETypes()
Supports wildcards, e.g.Methods in org.apache.any23.extractor with parameters of type MIMEType Modifier and Type Method Description ExtractorGroup
ExtractorGroup. filterByMIMEType(MIMEType mimeType)
Returns aExtractorGroup
with a set ofExtractor
able to process the provided mime type. -
Uses of MIMEType in org.apache.any23.mime
Methods in org.apache.any23.mime that return MIMEType Modifier and Type Method Description MIMEType
MIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)
Estimates theMIME
type of the content of input file.static MIMEType
MIMEType. parse(String mimeType)
Parses the given MIME type string returning an instance ofMIMEType
.Methods in org.apache.any23.mime with parameters of type MIMEType Modifier and Type Method Description int
MIMEType. compareTo(MIMEType other)
MIMEType
MIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)
Estimates theMIME
type of the content of input file.
-