org.apache.james.fetchpop
Class ReaderInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--org.apache.james.fetchpop.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,v 1.1 2002/09/24 15:36:30 danny Exp $
- Author:
- Danny Angus
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
- Specified by:
read
in class InputStream
IOException
- See Also:
InputStream.read()
"Copyright © 1999-2003 Apache Jakarta Project. All Rights Reserved."