org.apache.james.fetchmail
Class ReaderInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.james.fetchmail.ReaderInputStream

public class ReaderInputStream
extends InputStream

Simple class to allow a cast from a java.io.Reader to a java.io.InputStream $Id: ReaderInputStream.java 365582 2006-01-03 08:51:21Z bago $


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
See Also:
InputStream.read()


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."