Package 

Class SimpleBase64Encoder

    • Method Summary

      Modifier and Type Method Description
      static String encode(Array<byte> bytes) Encodes an array of byte into a string of printable ASCII characters using a base-64 encoding.
      static Array<byte> decode(String string)
      • Methods inherited from class java.lang.Object

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

      • encode

         static String encode(Array<byte> bytes)

        Encodes an array of byte into a string of printable ASCII characters using a base-64 encoding.

        Parameters:
        bytes - The array of bytes to e encoded