|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.caucho.vfs.StreamImpl
|
+--com.caucho.vfs.StringStream
| Fields inherited from class com.caucho.vfs.StreamImpl |
path |
| Method Summary | |
boolean |
canRead()
|
int |
getAvailable()
|
Path |
getPath()
|
static ReadStream |
open(java.lang.String string)
|
int |
read(byte[] buf,
int offset,
int length)
|
| Methods inherited from class com.caucho.vfs.StreamImpl |
canWrite, clearWrite, close, flush, getAttribute, getAttributeNames, getFlushOnNewline, getNewline, removeAttribute, setAttribute, setPath, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ReadStream open(java.lang.String string)
public Path getPath()
getPath in class StreamImplpublic boolean canRead()
canRead in class StreamImpl
public int read(byte[] buf,
int offset,
int length)
throws java.io.IOException
read in class StreamImpl
public int getAvailable()
throws java.io.IOException
getAvailable in class StreamImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||