Uses of Interface
com.continuent.tungsten.common.exec.InputStreamSink

Packages that use InputStreamSink
com.continuent.tungsten.common.exec   
 

Uses of InputStreamSink in com.continuent.tungsten.common.exec
 

Classes in com.continuent.tungsten.common.exec that implement InputStreamSink
 class FileInputStreamSink
          Runnable to read from an InputStream and store the results in a file.
 class LoggerInputStreamSink
          Runnable to read from an InputStream until exhausted and append results into a Logger.
 class StringInputStreamSink
          Runnable to read from an InputStream until exhausted or the character limit is exceeded and store results in a String.