public class CharBufferReader
extends java.io.Reader
Modifier and Type | Field and Description |
---|---|
private java.nio.CharBuffer |
cb |
Constructor and Description |
---|
CharBufferReader(java.nio.CharBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
public int read(char[] cbuf, int off, int len)
read
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
public int read()
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