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 Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException