Jetif v1.8.0

jetif.ext
Class Base64InputStream

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

Constructor Summary
Base64InputStream(Reader reader)
          Construct from a reader.
 
Method Summary
 int available()
           
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
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(Reader reader)
Construct from a reader.

Parameters:
reader - the source of the input characters.
Method Detail

available

public int available()
              throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.