类 ReaderInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.hibernate.engine.jdbc.ReaderInputStream
-
- 所有已实现的接口:
Closeable,AutoCloseable
- 直接已知子类:
ReaderInputStream
public class ReaderInputStream extends InputStream
Exposes aReaderas anInputStream.- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 ReaderInputStream(Reader reader)Constructs a ReaderInputStream from a Reader
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intread()-
从类继承的方法 java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
构造器详细资料
-
ReaderInputStream
public ReaderInputStream(Reader reader)
Constructs a ReaderInputStream from a Reader- 参数:
reader- The reader to expose as an InputStream
-
-
方法详细资料
-
read
public int read() throws IOException- 指定者:
read在类中InputStream- 抛出:
IOException
-
-