| Package | Description |
|---|---|
| org.apache.tika.detect.zip |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tika.mime.MediaType |
StarOfficeDetector.streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
ZipContainerDetector.streamingDetectFinal(StreamingDetectContext detectContext)
After we've finished streaming the zip archive entries,
a detector may make a final decision.
|
org.apache.tika.mime.MediaType |
KMZDetector.streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
JarDetector.streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
IPADetector.streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
OpenDocumentDetector.streamingDetectFinal(StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
StarOfficeDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
ZipContainerDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext)
Try to detect on a specific entry.
|
org.apache.tika.mime.MediaType |
KMZDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
JarDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
IPADetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
org.apache.tika.mime.MediaType |
OpenDocumentDetector.streamingDetectUpdate(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zae,
InputStream zis,
StreamingDetectContext detectContext) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.