|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.io.ZipDataEntry
This DataEntry represents a ZIP entry.
| Constructor Summary | |
ZipDataEntry(DataEntry parent,
ZipEntry zipEntry,
ZipInputStream zipInputStream)
|
|
| 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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ZipDataEntry(DataEntry parent,
ZipEntry zipEntry,
ZipInputStream zipInputStream)
| Method Detail |
public String getName()
DataEntry
getName in interface DataEntry
public InputStream getInputStream()
throws IOException
DataEntry
getInputStream in interface DataEntryIOException
public void closeInputStream()
throws IOException
DataEntry
closeInputStream in interface DataEntryIOExceptionpublic DataEntry getParent()
DataEntrynull if it doesn't
have one.
- Specified by:
getParent in interface DataEntry
public String toString()
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||