org.utgenome.format
Class FormatConversionReader.PipeConsumer

java.lang.Object
  extended by org.utgenome.format.FormatConversionReader.PipeConsumer
Direct Known Subclasses:
Blast2Silk.Blast2SilkConverter
Enclosing class:
FormatConversionReader

public abstract static class FormatConversionReader.PipeConsumer
extends Object


Constructor Summary
FormatConversionReader.PipeConsumer()
           
 
Method Summary
 void consume(InputStream in, Writer out)
           
 void consume(Reader in, Writer out)
          Read the data from in, then output the data to out
 void reportError(Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatConversionReader.PipeConsumer

public FormatConversionReader.PipeConsumer()
Method Detail

consume

public void consume(Reader in,
                    Writer out)
             throws Exception
Read the data from in, then output the data to out

Parameters:
in -
out -
Throws:
Exception

consume

public void consume(InputStream in,
                    Writer out)
             throws Exception
Throws:
Exception

reportError

public void reportError(Exception e)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.