|
|||||||||
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.LogStream
Fields inherited from class com.caucho.vfs.StreamImpl |
path |
Method Summary | |
boolean |
canWrite()
|
void |
close()
|
void |
flush()
|
void |
handleChange(java.lang.Object object)
|
static WriteStream |
open(java.lang.String logId)
|
void |
write(byte[] buf,
int offset,
int length)
|
Methods inherited from class com.caucho.vfs.StreamImpl |
canRead,
clearWrite,
getAttribute,
getAttributeNames,
getAvailable,
getFlushOnNewline,
getNewline,
getPath,
read,
removeAttribute,
setAttribute,
setPath,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void handleChange(java.lang.Object object)
public static WriteStream open(java.lang.String logId)
public boolean canWrite()
public void write(byte[] buf, int offset, int length) throws java.io.IOException
public void flush()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |