public class ObservableOutputStream extends OutputStream
| Constructor and Description |
|---|
ObservableOutputStream(OutputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObservers(OutputStreamObserver... observers) |
void |
close() |
List<CloseableObserver> |
getObservers() |
void |
write(int b) |
flush, write, writepublic ObservableOutputStream(OutputStream delegate)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void addObservers(OutputStreamObserver... observers)
public List<CloseableObserver> getObservers()
Copyright © 2021 Paul Warren. All rights reserved.