An InputStream that decodes data from base64 representation into a binary format. It takes a Reader as its single argument to its constructor and base64 characters read in from the Reader are correspondingly made available to be read out in the corresponding binary format via the read() method.
@version
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.