Class IWorkDetector

java.lang.Object
org.apache.tika.detect.apple.IWorkDetector
All Implemented Interfaces:
Serializable, org.apache.tika.detect.zip.ZipContainerDetector

public class IWorkDetector extends Object implements org.apache.tika.detect.zip.ZipContainerDetector
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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(org.apache.tika.detect.zip.StreamingDetectContext detectContext)
     
    org.apache.tika.mime.MediaType
    streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, org.apache.tika.detect.zip.StreamingDetectContext detectContext)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IWorkDetector

      public IWorkDetector()
  • Method Details

    • detect

      public org.apache.tika.mime.MediaType detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, org.apache.tika.io.TikaInputStream tis) throws IOException
      Specified by:
      detect in interface org.apache.tika.detect.zip.ZipContainerDetector
      Throws:
      IOException
    • streamingDetectUpdate

      public org.apache.tika.mime.MediaType streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, org.apache.tika.detect.zip.StreamingDetectContext detectContext)
      Specified by:
      streamingDetectUpdate in interface org.apache.tika.detect.zip.ZipContainerDetector
    • streamingDetectFinal

      public org.apache.tika.mime.MediaType streamingDetectFinal(org.apache.tika.detect.zip.StreamingDetectContext detectContext)
      Specified by:
      streamingDetectFinal in interface org.apache.tika.detect.zip.ZipContainerDetector