org.apache.james.fetchmail
Class ReaderInputStream
java.lang.Object
java.io.InputStream
org.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 $
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
- See Also:
InputStream.read()
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."