class LineReader
extends java.io.Reader
AbstractParser.parseLine(String)
Modifier and Type | Field and Description |
---|---|
private int |
length |
private java.lang.String |
line |
private int |
next |
Constructor and Description |
---|
LineReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
markSupported() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
setLine(java.lang.String line) |
long |
skip(long ns) |
public void setLine(java.lang.String line)
public int read(char[] cbuf, int off, int len)
read
in class java.io.Reader
public long skip(long ns)
skip
in class java.io.Reader
public boolean ready()
ready
in class java.io.Reader
public boolean markSupported()
markSupported
in class java.io.Reader
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader