类 Hexes.Encoder

  • 封闭类:
    Hexes

    public static class Hexes.Encoder
    extends java.lang.Object
    The class for configuring and performing hex encode, using fluent api. This class is immutable, and can be reused.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String encode​(byte[] data)
      Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • encode

        public java.lang.String encode​(byte[] data)
        Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
        参数:
        data - a byte[] to convert to Hex characters
        返回:
        A String containing hexadecimal characters