public class CharBufferReader
extends java.io.Reader
CharBuffer
.Constructor and Description |
---|
CharBufferReader(java.nio.CharBuffer charBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] chars,
int offset,
int length) |
public int read(char[] chars, int offset, int length)
read
in class java.io.Reader
public int read()
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
Copyright © 2003-present Jodd Team