Class Base64


  • public final class Base64
    extends java.lang.Object
    Very minimal Base64 encoder.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encodeToString​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

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

      • encodeToString

        public static java.lang.String encodeToString​(byte[] bytes)