org.hibernate.lob
Class ReaderInputStream
java.lang.Object
   java.io.InputStream
java.io.InputStream
       org.hibernate.engine.jdbc.ReaderInputStream
org.hibernate.engine.jdbc.ReaderInputStream
           org.hibernate.lob.ReaderInputStream
org.hibernate.lob.ReaderInputStream
- All Implemented Interfaces: 
- Closeable
Deprecated. Should not be used anymore.
- public class ReaderInputStream 
- extends ReaderInputStream
Exposes a Reader as an InputStream.
 
| Method Summary | 
|  int | read()Deprecated.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReaderInputStream
public ReaderInputStream(Reader reader)
- Deprecated. 
read
public int read()
         throws IOException
- Deprecated. - 
- Overrides:
- readin class- ReaderInputStream
 
- 
- Throws:
- IOException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.