Base64 encoder/decoder in Java

Base64Coder is a fast and compact Base64 encoder/decoder class.

There is no Base64 encoder/decoder in the standard Java SDK class library. The undocumented classes sun.misc.BASE64Encoder and sun.misc.BASE64Decoder should not be used (link).

API documentation: Base64Coder.html
Source code: Base64Coder.java
Sample and test programs:  Base64FileDecoder.java Base64FileEncoder.java TestBase64Coder.java
Download full package:  Base64Coder.zip

Author: Christian d'Heureuse (www.source-code.biz, www.inventec.ch/chdh)
Index