public class ReaderInputStream
extends java.io.InputStream
| Constructor and Description | 
|---|
ReaderInputStream(java.io.Reader reader,
                 java.nio.charset.Charset charset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
int | 
read()  | 
int | 
read(byte[] ary)  | 
int | 
read(byte[] ary,
    int offset,
    int length)  | 
public ReaderInputStream(java.io.Reader reader,
                         java.nio.charset.Charset charset)
                  throws java.io.IOException
java.io.IOExceptionpublic void close()
           throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int read()
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] ary)
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] ary,
                int offset,
                int length)
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException