com.imagero.uio.io
Class Base64DInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bycom.imagero.uio.io.Base64DInputStream

public class Base64DInputStream
extends java.io.InputStream

InputStream for decoding data from base64 encoded String array


Constructor Summary
Base64DInputStream(java.lang.String[] s)
           
 
Method Summary
 int read()
          decode next byte
 
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

Base64DInputStream

public Base64DInputStream(java.lang.String[] s)
Method Detail

read

public int read()
         throws java.io.IOException
decode next byte

Returns:
int
Throws:
java.io.IOException