All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.streams.MarshallOutput

public interface MarshallOutput
extends ObjectOutput
MarshallOutput This is the interface any output stream which needs to be marshalled (ie * sent across the network) has to implement. Basically, this just adds the ability to write an object to a file.


Method Index

 o copy(Object)
 o getUnderlyingSocket()
 o startReplacingSpecifiables()
 o stopReplacingSpecifiables()

Methods

 o stopReplacingSpecifiables
 public abstract void stopReplacingSpecifiables()
 o startReplacingSpecifiables
 public abstract void startReplacingSpecifiables()
 o copy
 public abstract void copy(Object src) throws IllegalArgumentException
 o getUnderlyingSocket
 public abstract Socket getUnderlyingSocket()

All Packages  Class Hierarchy  This Package  Previous  Next  Index