Class ByteBuffer


  • public class ByteBuffer
    extends Object
    • Method Detail

      • getByte

        public byte getByte​(int offset)
      • getSize

        public int getSize()
      • insertByte

        public void insertByte​(int offset,
                               byte b)
      • insertBytes

        public void insertBytes​(int offs,
                                byte[] b)
      • read

        public int read​(int offset,
                        byte[] buf)
      • remove

        public void remove​(int offset,
                           int len)
      • remove

        public void remove​(int offset,
                           int len,
                           byte[] removed)
      • setByte

        public void setByte​(int offset,
                            byte b)
      • getBuffer

        public byte[] getBuffer()