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 Summary
Constructors Constructor Description DefaultZipMapFile(byte[] bytes, boolean directory)DefaultZipMapFile(java.io.File file) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()booleanisDirectory() 
 - 
 
- 
- 
Method Detail
- 
getBytes
public byte[] getBytes()
- Specified by:
 getBytesin interfaceZipMapFile
 
- 
isDirectory
public boolean isDirectory()
- Specified by:
 isDirectoryin interfaceZipMapFile
 
 - 
 
 -