Class Base64Encoder

java.lang.Object
org.castor.core.util.Base64Encoder

public final class Base64Encoder extends Object
Class encodes the bytes written to the OutPutStream to a Base64 encoded string. The encoded string can be retrieved by as a whole by the toString() method or splited into lines of 72 characters by the toStringArray() method.
Since:
0.9.9
Version:
$Revision: 6907 $ $Date: 2005-08-05 13:58:36 -0600 (Fri, 05 Aug 2005) $
Author:
Ralf Joachim