程序包 proguard.util

类 Base64Util


  • public class Base64Util
    extends java.lang.Object
    Utility class for Base64 encoding.
    • 构造器概要

      构造器 
      构造器 说明
      Base64Util()  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.String encode​(byte[] bytes)
      Encodes the given array of bytes as a Base64 string.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Base64Util

        public Base64Util()
    • 方法详细资料

      • encode

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