public class BufferedReader extends Reader
Constructor and Description |
---|
BufferedReader(Reader var0) |
BufferedReader(Reader var0,
int var1) |
public BufferedReader(Reader var0)
public BufferedReader(Reader var0, int var1)
public void close() throws IOException
close
in class Reader
IOException
public void mark(int var0) throws IOException
mark
in class Reader
IOException
public boolean markSupported()
markSupported
in class Reader
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] var0, int var1, int var2) throws IOException
read
in class Reader
IOException
public String readLine() throws IOException
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException
public void reset() throws IOException
reset
in class Reader
IOException
public long skip(long var0) throws IOException
skip
in class Reader
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.