Uses of Class
org.apache.tika.detect.zip.StreamingDetectContext
-
Packages that use StreamingDetectContext Package Description org.apache.tika.detect.apple org.apache.tika.detect.microsoft.ooxml org.apache.tika.detect.zip -
-
Uses of StreamingDetectContext in org.apache.tika.detect.apple
Methods in org.apache.tika.detect.apple with parameters of type StreamingDetectContext Modifier and Type Method Description MediaType
IWorkDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
IWorkDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
-
Uses of StreamingDetectContext in org.apache.tika.detect.microsoft.ooxml
Methods in org.apache.tika.detect.microsoft.ooxml with parameters of type StreamingDetectContext Modifier and Type Method Description MediaType
OPCPackageDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
OPCPackageDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
-
Uses of StreamingDetectContext in org.apache.tika.detect.zip
Methods in org.apache.tika.detect.zip with parameters of type StreamingDetectContext Modifier and Type Method Description MediaType
FrictionlessPackageDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
IPADetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
JarDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
KMZDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
OpenDocumentDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
StarOfficeDetector. streamingDetectFinal(StreamingDetectContext detectContext)
MediaType
ZipContainerDetector. streamingDetectFinal(StreamingDetectContext detectContext)
After we've finished streaming the zip archive entries, a detector may make a final decision.MediaType
FrictionlessPackageDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
IPADetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
JarDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
KMZDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
OpenDocumentDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
StarOfficeDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
MediaType
ZipContainerDetector. streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae, InputStream zis, StreamingDetectContext detectContext)
Try to detect on a specific entry.
-