Class ExternalizableHelper.ShieldedInputStream

    • Constructor Detail

      • ShieldedInputStream

        public ShieldedInputStream​(InputStream in)
    • Method Detail

      • 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