com.ibm.commons.util.io.base64
Class Base64.StringInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.ibm.commons.util.io.base64.Base64.StringInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Base64

public static class Base64.StringInputStream
extends java.io.InputStream


Constructor Summary
Base64.StringInputStream(java.lang.String str)
           
 
Method Summary
 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

Base64.StringInputStream

public Base64.StringInputStream(java.lang.String str)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException