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 ExtractorGroupExtractorGroup. filterByMIMEType(MIMEType mimeType)Returns aExtractorGroupwith a set ofExtractorable 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 MIMETypeMIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)Estimates theMIMEtype of the content of input file.static MIMETypeMIMEType. 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 intMIMEType. compareTo(MIMEType other)MIMETypeMIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)Estimates theMIMEtype of the content of input file.
-