File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec/binary Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 * Provides encode/decode for RFC 2045 Base64 as
6767 * defined by RFC 2045, by Freed and Borenstein.
6868 *
69- * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>, by Freed and Borenstein:
70- * Multipurpose Internet Mail Extensions (MIME) Part One:
71- * Format of Internet Message Bodies. Reference 1996.
69+ * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
7270 * @author Jeffrey Rodriguez
7371 * @author <a href="mailto:dlr@apache.org">Daniel Rall</a>
7472 * @author <a href="mailto:m.redington@ucl.ac.uk">Martin Redington</a>
7573 * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
7674 * @author Tim O'Brien
7775 * @since 1.0-dev
78- * @version $Id: Base64.java,v 1.12 2003/11/03 22: 16:54 ggregory Exp $
76+ * @version $Id: Base64.java,v 1.13 2003/11/06 16:32:30 ggregory Exp $
7977 */
8078public class Base64 implements BinaryEncoder , BinaryDecoder {
8179
You can’t perform that action at this time.
0 commit comments