class WatchableOutputStream
extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
WatchableOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
setWatcher(OutputStreamWatcher watcher)
DOCUMENT ME!
|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.ByteArrayOutputStream
java.io.IOException
OutputStream.close()
public void setWatcher(OutputStreamWatcher watcher)
watcher
- DOCUMENT ME!