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

com.tangosol.util
Class ExternalizableHelper.ShieldedObjectOutputStream

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

public static class ExternalizableHelper.ShieldedObjectOutputStream
extends WrapperObjectOutputStream
implements ExternalizableHelper.Shielded

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


Constructor Summary
ExternalizableHelper.ShieldedObjectOutputStream(ObjectOutput out)
           
 
Method Summary
 void close()
           
 void flush()
           
 

Constructor Detail

ExternalizableHelper.ShieldedObjectOutputStream

public ExternalizableHelper.ShieldedObjectOutputStream(ObjectOutput out)
Method Detail

flush

public final void flush()

close

public final void close()

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