public void initialize()
 {
     base64 = new Base64();
 }
 public void finalize()
 {
     base64 = null;
 }