public class StringReader extends Object
| Constructor and Description |
|---|
StringReader(String in) |
public StringReader(String in)
public 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 © 2016. All Rights Reserved.