public class ZipFolder extends AbstractZipItem
| Constructor and Description |
|---|
ZipFolder(String name,
String comment)
Create an instance of Zip Folder.
|
ZipFolder(ZipFolder parent,
String name,
String comment,
byte[] extra)
Create an instance of Zip Folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(ZipItem child) |
List<ZipItem> |
getChildren() |
getComment, getExtra, getName, getParent, getPath, getType, setName, setParent, toStringCopyright © 2020. All Rights Reserved.