|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalSourceFile
| Method Summary | |
|---|---|
Iterable<? extends LocalSourceFile> |
getChildren(LocalFileFilter filter)
|
InputStream |
getInputStream()
|
long |
getLastAccessTime()
Returns last access time for the underlying file. |
long |
getLastModifiedTime()
Returns last access time for the underlying file. |
long |
getLength()
|
String |
getName()
|
int |
getPermissions()
Returns the permissions for the underlying file |
boolean |
isDirectory()
|
boolean |
isFile()
|
boolean |
providesAtimeMtime()
|
| Method Detail |
|---|
String getName()
long getLength()
InputStream getInputStream()
throws IOException
IOException
int getPermissions()
throws IOException
IOExceptionboolean isFile()
boolean isDirectory()
Iterable<? extends LocalSourceFile> getChildren(LocalFileFilter filter)
throws IOException
IOExceptionboolean providesAtimeMtime()
long getLastAccessTime()
throws IOException
IOException
long getLastModifiedTime()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||