public interface LocalSourceFile
Modifier and Type | Method and Description |
---|---|
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() |
String getName()
long getLength()
InputStream getInputStream() throws IOException
IOException
int getPermissions() throws IOException
IOException
boolean isFile()
boolean isDirectory()
Iterable<? extends LocalSourceFile> getChildren(LocalFileFilter filter) throws IOException
IOException
boolean providesAtimeMtime()
long getLastAccessTime() throws IOException
IOException
long getLastModifiedTime() throws IOException
IOException
Copyright © 2009-2013. All Rights Reserved.