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