public class MemoryStringReader extends Reader
| Constructor and Description |
|---|
MemoryStringReader(char[] backend,
int offset,
int length) |
public MemoryStringReader(char[] backend,
int offset,
int length)
public int read(char[] chars,
int offset,
int length)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOException