Package com.tangosol.util
Class ExternalizableHelper.ShieldedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.tangosol.util.ExternalizableHelper.ShieldedInputStream
- All Implemented Interfaces:
 com.oracle.coherence.common.io.InputStreaming,InputStreaming,ExternalizableHelper.Shielded,Closeable,AutoCloseable
- Enclosing class:
 ExternalizableHelper
public static class ExternalizableHelper.ShieldedInputStream
extends FilterInputStream
implements InputStreaming, ExternalizableHelper.Shielded
An InputStream that delegates all operations other than close to an
 underlying InputStream.
- 
Field Summary
Fields inherited from class java.io.FilterInputStream
in - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()Close the InputStream and release any system resources associated with it.Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.coherence.common.io.InputStreaming
available, mark, markSupported, read, read, read, reset, skip 
- 
Constructor Details
- 
ShieldedInputStream
 
 - 
 - 
Method Details
- 
close
public final void close()Description copied from interface:com.oracle.coherence.common.io.InputStreamingClose the InputStream and release any system resources associated with it.- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein interfacecom.oracle.coherence.common.io.InputStreaming- Overrides:
 closein classFilterInputStream
 
 -