public class BufferedReaderAdapter
extends java.io.BufferedReader
| Constructor and Description |
|---|
BufferedReaderAdapter(ReadStream rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(ReadStream rs) |
void |
mark(int readAhead) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf,
int offset,
int length) |
java.lang.String |
readLine() |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
public BufferedReaderAdapter(ReadStream rs)
public void init(ReadStream rs)
public int read()
throws java.io.IOException
read in class java.io.BufferedReaderjava.io.IOExceptionpublic int read(char[] cbuf,
int offset,
int length)
throws java.io.IOException
read in class java.io.BufferedReaderjava.io.IOExceptionpublic java.lang.String readLine()
throws java.io.IOException
readLine in class java.io.BufferedReaderjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.BufferedReaderjava.io.IOExceptionpublic boolean ready()
throws java.io.IOException
ready in class java.io.BufferedReaderjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.BufferedReaderpublic void mark(int readAhead)
throws java.io.IOException
mark in class java.io.BufferedReaderjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.BufferedReaderjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.BufferedReaderjava.io.IOException