Class ExternalizableHelper.ShieldedDataOutputStream

java.lang.Object
java.io.OutputStream
com.tangosol.io.WrapperDataOutputStream
com.tangosol.util.ExternalizableHelper.ShieldedDataOutputStream
All Implemented Interfaces:
com.oracle.coherence.common.io.OutputStreaming, OutputStreaming, ExternalizableHelper.Shielded, Closeable, DataOutput, Flushable, AutoCloseable
Enclosing class:
ExternalizableHelper

public static class ExternalizableHelper.ShieldedDataOutputStream extends WrapperDataOutputStream implements ExternalizableHelper.Shielded
An OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.
Author:
cp 2003.03.28
  • Constructor Details

    • ShieldedDataOutputStream

      public ShieldedDataOutputStream(DataOutput out)
  • Method Details