Class ByteBuilder


  • public class ByteBuilder
    extends Object
    Since:
    2.1.0
    Author:
    Leon Chen
    • Method Detail

      • 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()