Class DefaultZipMapFile
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.DefaultZipMapFile
 
- 
- All Implemented Interfaces:
- ZipMapFile
 
 public class DefaultZipMapFile extends java.lang.Object implements ZipMapFile 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultZipMapFile(byte[] bytes, boolean directory)DefaultZipMapFile(java.io.File file)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()booleanisDirectory()
 
- 
- 
- 
Method Detail- 
getBytespublic byte[] getBytes() - Specified by:
- getBytesin interface- ZipMapFile
 
 - 
isDirectorypublic boolean isDirectory() - Specified by:
- isDirectoryin interface- ZipMapFile
 
 
- 
 
-