类 ByteBuilder


  • public class ByteBuilder
    extends Object
    从以下版本开始:
    2.1.0
    作者:
    Leon Chen
    • 方法详细资料

      • allocate

        public static ByteBuilder allocate​(int cap)
      • put

        public void put​(byte b)
      • length

        public int length()
      • array

        public byte[] array()
      • clear

        public void clear()