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 Constructor Description ShieldedInputStream(InputStream in) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, skip 
- 
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ShieldedInputStream
public ShieldedInputStream(InputStream in)
 
 - 
 
- 
Method Detail
- 
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
 
 - 
 
 -