FreeHEP API
Version v1.2

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

Constructor Summary
Base64InputStream(InputStream input)
           
 
Method Summary
 int getLineNo()
           
 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

Base64InputStream

public Base64InputStream(InputStream input)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
IOException

getLineNo

public int getLineNo()

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.