Filter InputStream that decodes base64 without doing any buffering.
This is slower implementation, but it won't consume unnecessary bytes from the underlying {@link InputStream}, allowing the reader to switch between the unencoded bytes and base64 bytes.
@author Kohsuke Kawaguchi
@since 1.349
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.