|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.io.FileDataEntry
This DataEntry represents a file.
| Constructor Summary | |
FileDataEntry(File directory,
File 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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileDataEntry(File directory,
File file)
| 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 | ||||||||||