public class ReaderInputStream extends InputStream
Reader as an InputStream.| Constructor and Description | 
|---|
ReaderInputStream(Reader reader)
Constructs a ReaderInputStream from a Reader 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
read()  | 
available, close, mark, markSupported, read, read, reset, skippublic ReaderInputStream(Reader reader)
reader - The reader to expose as an InputStreampublic int read()
         throws IOException
read in class InputStreamIOExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.