类 Bytes


  • public class Bytes
    extends java.lang.Object
    Byte array utils
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static byte[] empty  
    • 构造器概要

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

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static byte[] array​(byte... bytes)
      Convenient method to make a byte array
      static byte[] concat​(byte[]... arrays)
      Merge byte arrays
      static byte[] concat​(byte[] array, byte... bytes)
      Merge byte array
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • empty

        public static byte[] empty
    • 构造器详细资料

      • Bytes

        public Bytes()
    • 方法详细资料

      • array

        public static byte[] array​(byte... bytes)
        Convenient method to make a byte array
      • concat

        public static byte[] concat​(byte[] array,
                                    byte... bytes)
        Merge byte array
        返回:
        a new array
      • concat

        public static byte[] concat​(byte[]... arrays)
        Merge byte arrays
        返回:
        a new array