FreeHEP API
Version current

org.freehep.util.io
Class Base64InputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.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

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
Throws:
IOException

getLineNo

public int getLineNo()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.