Package org.hibernate.lob
Class ReaderInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.hibernate.engine.jdbc.ReaderInputStream
-
- org.hibernate.lob.ReaderInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Deprecated public class ReaderInputStream extends ReaderInputStream
Deprecated.Should not be used anymore.Exposes aReaderas anInputStream.
-
-
Constructor Summary
Constructors Constructor Description ReaderInputStream(java.io.Reader reader)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intread()Deprecated.
-
-
-
Method Detail
-
read
public int read() throws java.io.IOExceptionDeprecated.- Overrides:
readin classReaderInputStream- Throws:
java.io.IOException
-
-