CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class ExternalizableHelper.ShieldedOutputStream

java.lang.Object
  extended by WrapperOutputStream
      extended by com.tangosol.util.ExternalizableHelper.ShieldedOutputStream
All Implemented Interfaces:
ExternalizableHelper.Shielded
Enclosing class:
ExternalizableHelper

public static class ExternalizableHelper.ShieldedOutputStream
extends WrapperOutputStream
implements ExternalizableHelper.Shielded

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


Constructor Summary
ExternalizableHelper.ShieldedOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 

Constructor Detail

ExternalizableHelper.ShieldedOutputStream

public ExternalizableHelper.ShieldedOutputStream(OutputStream out)
Method Detail

flush

public final void flush()

close

public final void close()

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation