public interface Entry
An Entry must be capable of :
| Modifier and Type | Method and Description |
|---|---|
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() |
String getName()
String getShortName()
Entry getParent()
boolean isDirectory()
boolean isFile()
InputStream getStream()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.