org.utgenome.format.blast
Class Blast2Silk.PeekableReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by org.utgenome.format.blast.Blast2Silk.PeekableReader
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
Blast2Silk

public static class Blast2Silk.PeekableReader
extends BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
Blast2Silk.PeekableReader(BufferedReader out)
           
 
Method Summary
 String peekNextLine()
           
 String readLine()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blast2Silk.PeekableReader

public Blast2Silk.PeekableReader(BufferedReader out)
Method Detail

peekNextLine

public String peekNextLine()
                    throws IOException
Throws:
IOException

readLine

public String readLine()
                throws IOException
Overrides:
readLine in class BufferedReader
Throws:
IOException


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