java.lang.Object
com.inductiveautomation.ignition.common.util.ZipMap
All Implemented Interfaces:
Map<String,ZipMapFile>

public class ZipMap extends Object implements Map<String,ZipMapFile>
The ZipMap provides a convenient way of working with zip files by providing a Map that is backed by a zip file.

A variety of constructors are available for creating the ZipMap. Once loaded, you can work with file objects as you would work with any normal map. To save changes, you must call writeToFile.