Class ExternalizableHelper.ShieldedOutputStream

    • Constructor Detail

      • ShieldedOutputStream

        public ShieldedOutputStream​(OutputStream out)
    • Method Detail

      • flush

        public final void flush()
        Description copied from class: WrapperOutputStream
        Flushes this OutputStream and forces any buffered output bytes to be written.
        Specified by:
        flush in interface Flushable
        Specified by:
        flush in interface com.oracle.coherence.common.io.OutputStreaming
        Overrides:
        flush in class WrapperOutputStream
      • close

        public final void close()
        Description copied from class: WrapperOutputStream
        Closes this OutputStream and releases any associated system resources.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Specified by:
        close in interface com.oracle.coherence.common.io.OutputStreaming
        Overrides:
        close in class WrapperOutputStream