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 ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2017 Hitachi Vantara. All rights reserved.