Class Base64


  • public class Base64
    extends java.lang.Object
    Basic Base64 Support.
    Version:
    $Id: Base64.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static char[] alphabet  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(char[] message)  
      static char[] encode​(byte[] content)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • alphabet

        static final char[] alphabet
    • Constructor Detail

      • Base64

        public Base64()
    • Method Detail

      • encode

        public static char[] encode​(byte[] content)
      • decode

        public static byte[] decode​(char[] message)
                             throws java.io.IOException
        Throws:
        java.io.IOException