org.utgenome.format
Class FormatConversionReader.PipeConsumer
java.lang.Object
  
org.utgenome.format.FormatConversionReader.PipeConsumer
- Direct Known Subclasses: 
 - Blast2Silk.Blast2SilkConverter
 
- Enclosing class:
 - FormatConversionReader
 
public abstract static class FormatConversionReader.PipeConsumer
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FormatConversionReader.PipeConsumer
public FormatConversionReader.PipeConsumer()
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.