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


Field Summary
protected  byte[] buffer
           
 
Constructor Summary
Base64DInputStream(java.lang.String[] s)
           
 
Method Summary
protected  void next()
          switch to next String
 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
 

Field Detail

buffer

protected byte[] buffer
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

next

protected void next()
             throws java.io.IOException
switch to next String

Throws:
java.io.IOException