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 aReader
as 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 int
read()
Deprecated.
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException
Deprecated.- Overrides:
read
in classReaderInputStream
- Throws:
java.io.IOException
-
-