Class WatchableWriter
java.lang.Object
java.io.Writer
java.io.CharArrayWriter
com.mysql.jdbc.WatchableWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
A java.io.Writer used to write unicode data into Blobs and Clobs
-
Field Summary
Fields inherited from class CharArrayWriter
buf, count -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CharArrayWriter
append, append, append, flush, reset, size, toCharArray, toString, write, write, write, writeToMethods inherited from class Writer
nullWriter, write, write
-
Constructor Details
-
WatchableWriter
WatchableWriter()
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classCharArrayWriter- See Also:
-
setWatcher
- Parameters:
watcher-
-