public class IWorkDetector extends Object implements ZipContainerDetector
| Constructor and Description |
|---|
IWorkDetector() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tika.mime.MediaType |
detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile,
org.apache.tika.io.TikaInputStream tis) |
org.apache.tika.mime.MediaType |
streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
public org.apache.tika.mime.MediaType detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile,
org.apache.tika.io.TikaInputStream tis)
throws IOException
detect in interface ZipContainerDetectorIOExceptionpublic org.apache.tika.mime.MediaType streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext)
streamingDetectUpdate in interface ZipContainerDetectorpublic org.apache.tika.mime.MediaType streamingDetectFinal(StreamingDetectContext detectContext)
streamingDetectFinal in interface ZipContainerDetectorCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.