类 ReaderInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.hibernate.engine.jdbc.ReaderInputStream
-
- org.hibernate.lob.ReaderInputStream
-
- 所有已实现的接口:
Closeable,AutoCloseable
@Deprecated public class ReaderInputStream extends ReaderInputStream
已过时。Should not be used anymore.Exposes aReaderas anInputStream.
-
-
构造器概要
构造器 构造器 说明 ReaderInputStream(Reader reader)已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 intread()已过时。-
从类继承的方法 java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
构造器详细资料
-
ReaderInputStream
public ReaderInputStream(Reader reader)
已过时。
-
-
方法详细资料
-
read
public int read() throws IOException已过时。- 覆盖:
read在类中ReaderInputStream- 抛出:
IOException
-
-