| Base64 encoder and decoder.
This class provides encoding/decoding methods for the Base64 encoding as
defined by RFC 2045, N. Freed and N. Borenstein. RFC 2045: Multipurpose
Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies.
Reference 1996. Available at:
http://www.ietf.org/rfc/rfc2045.txt
This class is originally from the
Jakarta Commons httpclient
libraries.
author: Leo Simons author: Jeffrey Rodriguez author: Mike Bowler version: $Id: Base64.java,v 1.5 2004/03/23 13:37:48 lsimons Exp $ |