|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface describes a data entry, e.g. a ZIP entry or a file.
| Method Summary | |
void |
closeInputStream()
Closes the previously retrieved InputStream. |
InputStream |
getInputStream()
Returns an input stream for reading the content of this data entry. |
String |
getName()
Returns the name of this data entry. |
DataEntry |
getParent()
Returns the parent of this data entry, or null if it doesn't
have one. |
| Method Detail |
public String getName()
public InputStream getInputStream()
throws IOException
IOException
public void closeInputStream()
throws IOException
IOExceptionpublic DataEntry getParent()
null if it doesn't
have one.
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||