Class ByteBuffer


  • public class ByteBuffer
    extends Object
    • Constructor Detail

      • ByteBuffer

        public ByteBuffer()
      • ByteBuffer

        public ByteBuffer​(int extend)
    • Method Detail

      • append

        public void append​(byte in)
      • append

        public void append​(byte[] in)
      • append

        public void append​(byte[] in,
                           int offset,
                           int len)
      • size

        public int size()
      • toByte

        public byte[] toByte()
      • clear

        public void clear()
      • isEmpty

        public boolean isEmpty()
      • shift

        public int shift()