| Constructor and Description |
|---|
StringProvider(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream and releases any system resources associated with
it.
|
int |
read(char[] cbuf,
int off,
int len)
Reads characters into an array
|
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
Provider