public interface WatchableStream
Modifier and Type | Method and Description |
---|---|
void |
setWatcher(OutputStreamWatcher watcher) |
int |
size() |
byte[] |
toByteArray() |
void |
write(byte[] b,
int off,
int len) |
void setWatcher(OutputStreamWatcher watcher)
int size()
byte[] toByteArray()
void write(byte[] b, int off, int len)