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 Summary
Constructors Constructor Description ZipMapFileImpl(byte[] bytes, boolean directory)
ZipMapFileImpl(java.util.zip.ZipEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
boolean
isDirectory()
protected void
maybeLoad(java.util.zip.ZipFile zf)
void
setBytes(byte[] bytes)
-
-
-
Method Detail
-
getBytes
public byte[] getBytes()
- Specified by:
getBytes
in interfaceZipMapFile
-
setBytes
public void setBytes(byte[] bytes)
-
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory
in interfaceZipMapFile
-
maybeLoad
protected void maybeLoad(java.util.zip.ZipFile zf)
-
-