public interface AFile
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbsolutePath() |
AParentFolder |
getParentFile() |
java.io.File |
getUnderlyingFile() |
boolean |
isOk() |
java.io.InputStream |
open() |
java.io.InputStream open()
throws java.io.IOException
java.io.IOExceptionboolean isOk()
AParentFolder getParentFile()
java.lang.String getAbsolutePath()
java.io.File getUnderlyingFile()