Package org.apache.tika.detect.apple
Class IWorkDetector
java.lang.Object
org.apache.tika.detect.apple.IWorkDetector
- All Implemented Interfaces:
Serializable,ZipContainerDetector
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tika.mime.MediaTypedetect(org.apache.commons.compress.archivers.zip.ZipFile zipFile, org.apache.tika.io.TikaInputStream tis) org.apache.tika.mime.MediaTypestreamingDetectFinal(StreamingDetectContext detectContext) org.apache.tika.mime.MediaTypestreamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
-
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:
detectin interfaceZipContainerDetector- Throws:
IOException
-
streamingDetectUpdate
public org.apache.tika.mime.MediaType streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext) - Specified by:
streamingDetectUpdatein interfaceZipContainerDetector
-
streamingDetectFinal
- Specified by:
streamingDetectFinalin interfaceZipContainerDetector
-