Quaqua 5.4.1 2009-07-14

Package ch.randelshofer.quaqua.ext.base64

Base64 is a Public Domain Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.

See:
          Description

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
 

Package ch.randelshofer.quaqua.ext.base64 Description

Base64 is a Public Domain Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.

For additional information see: http://iharder.sourceforge.net/base64/

The Base64 library has been included into the Quaqua Look and Feel, to be able to parse serialized Mac OS X aliases, which are encoded into base 64.


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.