public class CallBackInputStream extends FilterInputStream
The Class CallBackInputStream.
in| Constructor and Description |
|---|
CallBackInputStream(InputStream in,
Closeable callback)
Instantiates a new call back input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
available, mark, markSupported, read, read, read, reset, skippublic CallBackInputStream(InputStream in, Closeable callback)
Instantiates a new call back input stream.
in - the incallback - the callbackpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2014-2017 Konik.io. All Rights Reserved.