All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.streams.SplitterStr

public interface SplitterStr
SplitterStr A generic splitter stream


Method Index

 o addDestination(OutputStream)
 o queryTag()
 o remove(OutputStream)

Methods

 o 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
 o 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
 o queryTag
 public abstract String queryTag()
Returns:
a string which represents a tag to the object

All Packages  Class Hierarchy  This Package  Previous  Next  Index