public class CallBackInputStream extends java.io.FilterInputStream
The Class CallBackInputStream.
| Constructor and Description |
|---|
CallBackInputStream(java.io.InputStream in,
java.io.Closeable callback)
Instantiates a new call back input stream.
|
public CallBackInputStream(java.io.InputStream in, java.io.Closeable callback)
Instantiates a new call back input stream.
in - the incallback - the callbackpublic void close() throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOExceptionprotected void finalize() throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright © 2014 Konik.io. All Rights Reserved.