Package proguard.util

Class Base64Util


  • public class Base64Util
    extends java.lang.Object
    Utility class for Base64 encoding.
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encode​(byte[] bytes)
      Encodes the given array of bytes as a Base64 string.
      • Methods inherited from class java.lang.Object

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

      • Base64Util

        public Base64Util()
    • Method Detail

      • encode

        public static java.lang.String encode​(byte[] bytes)
        Encodes the given array of bytes as a Base64 string.