public class CharBufferReader extends Reader
| Constructor and Description |
|---|
CharBufferReader(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 CharBufferReader(CharBuffer buffer)
public void close()
public boolean markSupported()
markSupported in class ReaderCopyright © 2021. All rights reserved.