public class ObservableInputStream extends InputStream
| Constructor and Description |
|---|
ObservableInputStream(InputStream is,
CloseableObserver observer) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
List<CloseableObserver> |
getObservers() |
int |
read() |
mark, markSupported, read, read, reset, skippublic ObservableInputStream(InputStream is, CloseableObserver observer)
public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic List<CloseableObserver> getObservers()
Copyright © 2021 Paul Warren. All rights reserved.