Package com.mysql.cj.protocol
Interface WatchableStream
- All Known Implementing Classes:
WatchableOutputStream
public interface WatchableStream
-
Method Summary
Modifier and Type Method Description void
setWatcher(OutputStreamWatcher watcher)
int
size()
byte[]
toByteArray()
void
write(byte[] b, int off, int len)
-
Method Details
-
setWatcher
-
size
int size() -
toByteArray
byte[] toByteArray() -
write
void write(byte[] b, int off, int len)
-