Uses of Class
org.apache.any23.mime.MIMEType
-
Packages that use MIMEType Package Description org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.http This package contains classes and interfaces to implement a small multi-threaded HTTP Client used to fetch data sources.org.apache.any23.mime This package provides support forMIME Typedata detection. -
-
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.Collection<MIMEType>SimpleExtractorFactory. getSupportedMIMETypes()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.http
Constructor parameters in org.apache.any23.http with type arguments of type MIMEType Constructor Description AcceptHeaderBuilder(Collection<MIMEType> mimeTypes) -
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.MIMETypeNaiveMIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)MIMETypeTikaMIMETypeDetector. 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.MIMETypeNaiveMIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)MIMETypeTikaMIMETypeDetector. guessMIMEType(String fileName, InputStream input, MIMEType mimeTypeFromMetadata)Estimates theMIMEtype of the content of input file.
-