public interface PathNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
InputStream |
getInputStream() |
Date |
getLastModified() |
long |
getLength() |
String |
getPath() |
PathNode |
getSubPath(String requestPath) |
boolean |
isDirectory() |
String[] |
list() |
String[] |
list(PathNameFilter filter) |
boolean isDirectory()
String[] list(PathNameFilter filter)
filter - String[] list()
InputStream getInputStream() throws IOException
IOExceptionlong getLength()
String getPath()
Date getLastModified()
boolean exists()
Copyright © 2014. All Rights Reserved.