Class ZipMap.ZipMapFileImpl
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.ZipMap.ZipMapFileImpl
 
- 
- All Implemented Interfaces:
- ZipMapFile
 - Enclosing class:
- ZipMap
 
 protected class ZipMap.ZipMapFileImpl extends java.lang.Object implements ZipMapFile 
- 
- 
Constructor SummaryConstructors Constructor Description ZipMapFileImpl(byte[] bytes, boolean directory)ZipMapFileImpl(java.util.zip.ZipEntry entry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()booleanisDirectory()protected voidmaybeLoad(java.util.zip.ZipFile zf)voidsetBytes(byte[] bytes)
 
- 
- 
- 
Method Detail- 
getBytespublic byte[] getBytes() - Specified by:
- getBytesin interface- ZipMapFile
 
 - 
setBytespublic void setBytes(byte[] bytes) 
 - 
isDirectorypublic boolean isDirectory() - Specified by:
- isDirectoryin interface- ZipMapFile
 
 - 
maybeLoadprotected void maybeLoad(java.util.zip.ZipFile zf) 
 
- 
 
-