org.freehep.util.io
Class Base64InputStream
java.lang.Object
java.io.InputStream
org.freehep.util.io.Base64InputStream
- public class Base64InputStream
- extends InputStream
The Base64InputStream decodes binary data according to RFC 2045.
IMPORTANT: inherits from InputStream rather than FilterInputStream
so that the correct read(byte[], int, int) method is used.
- Version:
- $Id: Base64InputStream.java,v 1.1 2003/04/12 19:10:49 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- Base64InputStream.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64InputStream
public Base64InputStream(InputStream input)
read
public int read()
throws IOException
- Throws:
IOException
getLineNo
public int getLineNo()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.