public class StringReader extends Reader
| Constructor and Description |
|---|
StringReader(String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
String |
readLine() |
boolean |
ready() |
Copyright © 2021. All rights reserved.