public interface WatchableStream
| Modifier and Type | Method | 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)