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