Class ByteBufferArray


  • public class ByteBufferArray
    extends Object
    • Constructor Detail

      • ByteBufferArray

        public ByteBufferArray()
      • ByteBufferArray

        public ByteBufferArray​(int initial)
      • ByteBufferArray

        public ByteBufferArray​(int initial,
                               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)
      • getSize

        public int getSize()
      • toByte

        public byte[] toByte()
      • isCurrentlyFull

        public boolean isCurrentlyFull()
      • getInternalBuffer

        public byte[] getInternalBuffer()
      • clear

        public void clear()