Class ZipMap.ZipMapFileImpl
java.lang.Object
com.inductiveautomation.ignition.common.util.ZipMap.ZipMapFileImpl
- All Implemented Interfaces:
ZipMapFile
- Enclosing class:
- ZipMap
-
Constructor Summary
ConstructorsConstructorDescriptionZipMapFileImpl
(byte[] bytes, boolean directory) ZipMapFileImpl
(ZipEntry entry) -
Method Summary
-
Constructor Details
-
ZipMapFileImpl
-
ZipMapFileImpl
public ZipMapFileImpl(byte[] bytes, boolean directory)
-
-
Method Details
-
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
-