org.hibernate.lob
Class ReaderInputStream
java.lang.Object
   java.io.InputStream
java.io.InputStream
       org.hibernate.lob.ReaderInputStream
org.hibernate.lob.ReaderInputStream
- All Implemented Interfaces: 
- Closeable
- public class ReaderInputStream 
- extends InputStream
Exposes a Reader as an InputStream
- Author:
- Gavin King
 
| Method Summary | 
|  int | read()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReaderInputStream
public ReaderInputStream(Reader reader)
read
public int read()
         throws IOException
- 
- Specified by:
- readin class- InputStream
 
- 
- Throws:
- IOException