public static interface Archive.Entry
| Modifier and Type | Method and Description |
|---|---|
Archive.Entry |
getChild(String name)
Returns the child entry with the given name.
|
Collection<? extends Archive.Entry> |
getChildren()
Returns a collection of child entries.
|
String |
getName()
Returns the (file) name of the entry
|
boolean |
isDirectory()
Returns
true if the entry designates a directory. |
String getName()
boolean isDirectory()
true if the entry designates a directory.true if the entry designates a directory.Collection<? extends Archive.Entry> getChildren()
Archive.Entry getChild(String name)
name - name of the child entrynull if does not exist."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"