public class IWorkDetector extends Object implements ZipContainerDetector
| Constructor and Description | 
|---|
| IWorkDetector() | 
| Modifier and Type | Method and Description | 
|---|---|
| MediaType | detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile,
      TikaInputStream tis)If detection is successful, the ZipDetector should set the zip
 file or OPCPackage in TikaInputStream.setOpenContainer()
 Implementations should _not_ close the ZipFile | 
| MediaType | streamingDetectFinal(StreamingDetectContext detectContext)After we've finished streaming the zip archive entries,
 a detector may make a final decision. | 
| MediaType | streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
                     InputStream zis,
                     StreamingDetectContext detectContext)Try to detect on a specific entry. | 
public MediaType detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis) throws IOException
ZipContainerDetectordetect in interface ZipContainerDetectorIOExceptionpublic MediaType streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
ZipContainerDetectorStreamingDetectContextstreamingDetectUpdate in interface ZipContainerDetectorpublic MediaType streamingDetectFinal(StreamingDetectContext detectContext)
ZipContainerDetectorstreamingDetectFinal in interface ZipContainerDetectorCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.