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.
-
copy(Object)
-
-
getUnderlyingSocket()
-
-
startReplacingSpecifiables()
-
-
stopReplacingSpecifiables()
-
stopReplacingSpecifiables
public abstract void stopReplacingSpecifiables()
startReplacingSpecifiables
public abstract void startReplacingSpecifiables()
copy
public abstract void copy(Object src) throws IllegalArgumentException
getUnderlyingSocket
public abstract Socket getUnderlyingSocket()
All Packages Class Hierarchy This Package Previous Next Index