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, skip
public CallBackInputStream(InputStream in, Closeable callback)
Instantiates a new call back input stream.
in
- the incallback
- the callbackpublic void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2014-2017 Konik.io. All Rights Reserved.