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