Uses of Interface
org.apache.tika.detect.zip.ZipContainerDetector
Packages that use ZipContainerDetector
Package
Description
-
Uses of ZipContainerDetector in org.apache.tika.detect.apple
Classes in org.apache.tika.detect.apple that implement ZipContainerDetector -
Uses of ZipContainerDetector in org.apache.tika.detect.microsoft.ooxml
Classes in org.apache.tika.detect.microsoft.ooxml that implement ZipContainerDetector -
Uses of ZipContainerDetector in org.apache.tika.detect.zip
Classes in org.apache.tika.detect.zip that implement ZipContainerDetectorModifier and TypeClassDescriptionclassclassclassclassThis looks for a single file with a name ending in ".kml" at the root level of the zip file.classclassConstructor parameters in org.apache.tika.detect.zip with type arguments of type ZipContainerDetectorModifierConstructorDescriptionDefaultZipContainerDetector(List<ZipContainerDetector> zipDetectors) StreamingZipContainerDetector(List<ZipContainerDetector> zipDetectors)