|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
com.mysql.jdbc.WatchableOutputStream
class WatchableOutputStream
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
Field Summary |
---|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
WatchableOutputStream()
|
Method Summary | |
---|---|
void |
close()
|
void |
setWatcher(OutputStreamWatcher watcher)
DOCUMENT ME! |
Methods inherited from class java.io.ByteArrayOutputStream |
---|
reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
WatchableOutputStream()
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.ByteArrayOutputStream
java.io.IOException
OutputStream.close()
public void setWatcher(OutputStreamWatcher watcher)
watcher
- DOCUMENT ME!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |