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)
throws IOException
cbuf - Destination bufferoff - Offset at which to start writing characterslen - Maximum number of characters to readIOException - If an I/O error occursCopyright © 2013. All Rights Reserved.