站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ReaderInputStream (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.lob
Class ReaderInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.hibernate.lob.ReaderInputStream

public class ReaderInputStream
extends InputStream

Exposes a Reader as an InputStream

Author:
Gavin King

Constructor Summary
ReaderInputStream(Reader reader)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderInputStream

public ReaderInputStream(Reader reader)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException