Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ExternalizableHelper.ShieldedDataOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.tangosol.io.WrapperDataOutputStream
          extended by com.tangosol.util.ExternalizableHelper.ShieldedDataOutputStream

All Implemented Interfaces:
com.tangosol.io.OutputStreaming, ExternalizableHelper.Shielded, java.io.Closeable, java.io.DataOutput, java.io.Flushable
Enclosing class:
ExternalizableHelper

public static class ExternalizableHelper.ShieldedDataOutputStream
extends com.tangosol.io.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.


Constructor Summary
ExternalizableHelper.ShieldedDataOutputStream(java.io.DataOutput out)
           

 

Method Summary
 void close()
           
 void flush()
           

 

Methods inherited from class com.tangosol.io.WrapperDataOutputStream
getBytesWritten, getDataOutput, incBytesWritten, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF

 

Constructor Detail

ExternalizableHelper.ShieldedDataOutputStream

public ExternalizableHelper.ShieldedDataOutputStream(java.io.DataOutput out)

Method Detail

flush

public final void flush()
Specified by:
flush in interface com.tangosol.io.OutputStreaming
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class com.tangosol.io.WrapperDataOutputStream

close

public final void close()
Specified by:
close in interface com.tangosol.io.OutputStreaming
Specified by:
close in interface java.io.Closeable
Overrides:
close in class com.tangosol.io.WrapperDataOutputStream

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.