Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ExternalizableHelper.ShieldedOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.tangosol.io.WrapperOutputStream
          extended by com.tangosol.util.ExternalizableHelper.ShieldedOutputStream

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

public static class ExternalizableHelper.ShieldedOutputStream
extends com.tangosol.io.WrapperOutputStream
implements ExternalizableHelper.Shielded

An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.


Field Summary

 

Fields inherited from class com.tangosol.io.WrapperOutputStream
m_out

 

Constructor Summary
ExternalizableHelper.ShieldedOutputStream(java.io.OutputStream out)
           

 

Method Summary
 void close()
           
 void flush()
           

 

Methods inherited from class com.tangosol.io.WrapperOutputStream
ensureOutputStream, getOutputStream, setOutputStream, write, write, write

 

Constructor Detail

ExternalizableHelper.ShieldedOutputStream

public ExternalizableHelper.ShieldedOutputStream(java.io.OutputStream 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.WrapperOutputStream

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.WrapperOutputStream

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.