当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
ReaderInputStream (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.lob
Class ReaderInputStream
java.lang.Object
java.io.InputStream
org.hibernate.lob.ReaderInputStream
- public class ReaderInputStream
- extends InputStream
Exposes a Reader as an InputStream
- Author:
- Gavin King
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderInputStream
public ReaderInputStream(Reader reader)
read
public int read()
throws IOException
- Throws:
IOException