|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZipItem
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||