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