| Package | Description |
|---|---|
| org.apache.any23.extractor | |
| org.apache.any23.mime |
| Modifier and Type | Method and Description |
|---|---|
Collection<MIMEType> |
ExtractorFactory.getSupportedMIMETypes()
Supports wildcards, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
ExtractorGroup |
ExtractorGroup.filterByMIMEType(MIMEType mimeType)
Returns a
ExtractorGroup with a set of Extractor able to
process the provided mime type. |
| Modifier and Type | Method and Description |
|---|---|
MIMEType |
MIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the
MIME type of the content of input file. |
static MIMEType |
MIMEType.parse(String mimeType)
Parses the given MIME type string returning an instance of
MIMEType. |
| Modifier and Type | Method and Description |
|---|---|
int |
MIMEType.compareTo(MIMEType other) |
MIMEType |
MIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the
MIME type of the content of input file. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.