All Packages Class Hierarchy This Package Previous Next Index
Interface ncsa.habanero.streams.SplitterStr
- public interface SplitterStr
SplitterStr
A generic splitter stream
-
addDestination(OutputStream)
-
-
queryTag()
-
-
remove(OutputStream)
-
addDestination
public abstract void addDestination(OutputStream 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(OutputStream 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