Class KMZDetector

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

public class KMZDetector extends Object implements ZipContainerDetector
This looks for a single file with a name ending in ".kml" at the root level of the zip file.

As of Tika 3.2.1, we allow other files at the root level.

We could make this more robust by requiring xml root detection on the *.kml file.

See Also: