All Packages Class Hierarchy This Package Previous Next Index
Interface ncsa.habanero.streams.SplitterMStr
- public interface SplitterMStr
SplitterStr
A generic splitter stream
-
addDestination(MarshallOutput)
-
-
queryTag()
-
-
remove(MarshallOutput)
-
addDestination
public abstract void addDestination(MarshallOutput out)
- Parameters:
- out - a new output stream
- Returns:
- adds out to the list of output streams that we
are transfering this input to
remove
public abstract void remove(MarshallOutput out)
- Parameters:
- out - an old output stream
- Returns:
- removes the old stream from the list of output streams that
we are writing to
queryTag
public abstract String queryTag()
- Returns:
- a string which represents a tag to the object
All Packages Class Hierarchy This Package Previous Next Index