public class StringReader
extends java.lang.Object
| Constructor and Description |
|---|
StringReader(java.lang.String in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInput() |
int |
read(char[] cbuf,
int off,
int len)
Reads characters into a portion of an array.
|
public java.lang.String getInput()
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 © 2014. All Rights Reserved.