| Package | Description |
|---|---|
| org.gcube.common.homelibrary.util.zip.zipmodel |
| Modifier and Type | Field and Description |
|---|---|
protected ZipItemType |
AbstractZipItem.type |
| Modifier and Type | Method and Description |
|---|---|
ZipItemType |
AbstractZipItem.getType()
Return this item type.
|
ZipItemType |
ZipItem.getType()
Return this item type.
|
static ZipItemType |
ZipItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZipItemType[] |
ZipItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractZipItem(String name,
ZipItemType type,
String comment) |
AbstractZipItem(ZipFolder parent,
String name,
ZipItemType type,
String comment,
byte[] extra) |
Copyright © 2020. All Rights Reserved.