Modifier and Type | Field and Description |
---|---|
(package private) int |
_position |
(package private) int |
_size |
(package private) java.lang.String |
_string |
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