public class CountedBufferedReader extends BufferedReader
Constructor and Description |
---|
CountedBufferedReader(Reader stream) |
public CountedBufferedReader(Reader stream)
public long getFilePointer()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedReader
IOException
public int read() throws IOException
read
in class BufferedReader
IOException
public int read(char[] cbuf) throws IOException
read
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class BufferedReader
IOException
public boolean ready() throws IOException
ready
in class BufferedReader
IOException
public long skip(long n) throws IOException
skip
in class BufferedReader
IOException
public boolean markSupported()
markSupported
in class BufferedReader
public void mark(int limit) throws IOException
mark
in class BufferedReader
IOException
public void reset() throws IOException
reset
in class BufferedReader
IOException
public String readLine() throws IOException
readLine
in class BufferedReader
IOException
Copyright © 2014 BioJava. All rights reserved.