public interface ZipItem
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Return this item comment.
|
byte[] |
getExtra()
Return this item extra field.
|
String |
getName()
Return this item name.
|
ZipFolder |
getParent()
Return this item parent.
|
String |
getPath()
return this item path.
|
ZipItemType |
getType()
Return this item type.
|
void |
setName(String name)
Sets the item name.
|
void |
setParent(ZipFolder parent)
Set this item parent.
|
ZipFolder getParent()
void setParent(ZipFolder parent)
parent - the parent.String getName()
void setName(String name)
name - the item name.ZipItemType getType()
String getComment()
byte[] getExtra()
String getPath()
Copyright © 2020. All Rights Reserved.