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.
  • Constructor Details

    • ShieldedInputStream

      public ShieldedInputStream(InputStream in)
  • Method Details

    • close

      public final void close()
      Description copied from interface: com.oracle.coherence.common.io.InputStreaming
      Close the InputStream and release any system resources associated with it.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface com.oracle.coherence.common.io.InputStreaming
      Overrides:
      close in class FilterInputStream