Uses of Class
org.apache.tika.parser.iwork.IWorkPackageParser.IWORKDocumentType
-
Packages that use IWorkPackageParser.IWORKDocumentType Package Description org.apache.tika.parser.iwork -
-
Uses of IWorkPackageParser.IWORKDocumentType in org.apache.tika.parser.iwork
Methods in org.apache.tika.parser.iwork that return IWorkPackageParser.IWORKDocumentType Modifier and Type Method Description static IWorkPackageParser.IWORKDocumentType
IWorkPackageParser.IWORKDocumentType. detectType(InputStream stream)
static IWorkPackageParser.IWORKDocumentType
IWorkPackageParser.IWORKDocumentType. detectType(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.apache.commons.compress.archivers.zip.ZipArchiveInputStream zip)
static IWorkPackageParser.IWORKDocumentType
IWorkPackageParser.IWORKDocumentType. detectType(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.apache.commons.compress.archivers.zip.ZipFile zip)
static IWorkPackageParser.IWORKDocumentType
IWorkPackageParser.IWORKDocumentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IWorkPackageParser.IWORKDocumentType[]
IWorkPackageParser.IWORKDocumentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-