|
|||||||||
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.MemoryStream
Fields inherited from class com.caucho.vfs.StreamImpl |
path |
Constructor Summary | |
MemoryStream()
|
Method Summary | |
boolean |
canWrite()
|
void |
destroy()
|
int |
getLength()
|
Path |
getPath()
|
ReadStream |
openRead()
|
void |
write(byte[] buf,
int offset,
int length)
|
void |
writeToStream(java.io.OutputStream os)
|
Methods inherited from class com.caucho.vfs.StreamImpl |
canRead, clearWrite, close, flush, getAttribute, getAttributeNames, getAvailable, getFlushOnNewline, getNewline, getReadPosition, read, removeAttribute, setAttribute, setPath, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryStream()
Method Detail |
public Path getPath()
getPath
in class StreamImpl
public boolean canWrite()
canWrite
in class StreamImpl
public void write(byte[] buf, int offset, int length) throws java.io.IOException
write
in class StreamImpl
public void writeToStream(java.io.OutputStream os) throws java.io.IOException
public int getLength()
public ReadStream openRead() throws java.io.IOException
public void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |