jetif.ext
Class Base64InputStream
java.lang.Object
java.io.InputStream
jetif.ext.Base64InputStream
- public class Base64InputStream
- extends InputStream
A Base64InputStream obtains input bytes from a reader which has
data in Base64 encoding (see RFC2045).
- Author:
- Vicky Wang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64InputStream
public Base64InputStream(Reader reader)
- Construct from a reader.
- Parameters:
reader - the source of the input characters.
available
public int available()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.