|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.vfs.Handle<H>
class Handle<H>
Field Summary | |
---|---|
private FSDriver<H> |
driver . |
(package private) H |
handle . |
(package private) Key |
key . |
Constructor Summary | |
---|---|
Handle(FSDriver<H> driver, H handle) |
Method Summary | |
---|---|
(package private) Iterable<Handle<H>> |
children() |
(package private) long |
getLastModified() |
(package private) Resource |
getResource() |
(package private) InputStream |
open() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final FSDriver<H> driver
final Key key
final H handle
Constructor Detail |
---|
Handle(FSDriver<H> driver, H handle) throws IOException
IOException
Method Detail |
---|
Iterable<Handle<H>> children() throws IOException
IOException
Resource getResource() throws IOException
IOException
InputStream open() throws IOException
IOException
long getLastModified() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |