class StrBuilder.StrBuilderReader
extends java.io.Reader
Modifier and Type | Field and Description |
---|---|
private int |
mark
The last mark position.
|
private int |
pos
The current stream position.
|
Constructor and Description |
---|
StrBuilderReader()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] b,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
private int pos
private int mark
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
public int read()
read
in class java.io.Reader
public int read(char[] b, int off, int len)
read
in class java.io.Reader
public long skip(long n)
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 mark(int readAheadLimit)
mark
in class java.io.Reader
public void reset()
reset
in class java.io.Reader