|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Entry
An Entry must be capable of :
| Method Summary | |
|---|---|
String |
getName()
|
Entry |
getParent()
|
String |
getShortName()
|
InputStream |
getStream()
must return null if it's a directory, otherwise must return the stream |
boolean |
isDirectory()
|
boolean |
isFile()
|
| Method Detail |
|---|
String getName()
String getShortName()
Entry getParent()
boolean isDirectory()
boolean isFile()
InputStream getStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||