public class StringReader extends Object
StringReader class.
| Constructor and Description |
|---|
StringReader(String in)
Constructor for StringReader.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInput()
getInput
|
int |
read(char[] cbuf,
int off,
int len)
Reads characters into a portion of an array.
|
public int read(char[] cbuf,
int off,
int len)
cbuf - Destination bufferoff - Offset at which to start writing characterslen - Maximum number of characters to readCopyright © 2020. All rights reserved.