public class MemoryStringReader extends Reader
Constructor and Description |
---|
MemoryStringReader(char[] backend,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] chars,
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
Copyright © 2017 Hitachi Vantara. All rights reserved.