public static class Base64.DecodeInputStream extends java.io.InputStream
Base64.DecodeInputStream(java.io.Reader rw)
int
read()
read(byte[] b, int off, int len)
available, close, mark, markSupported, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64.DecodeInputStream(java.io.Reader rw)
b64String
public int read() throws java.io.IOException
read
java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException