@Deprecated public class StringReader extends Reader
| Constructor and Description |
|---|
StringReader(CharSequence cs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
int |
read(char[] cbuf,
int off,
int len)
Deprecated.
|
public StringReader(CharSequence cs)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2017. All rights reserved.