Interface ByteBufferConcatenation

    • Method Detail

      • getLength

        long getLength()
      • getByte

        byte getByte​(long position)
      • setByte

        void setByte​(byte b,
                     long position)
      • getBytes

        void getBytes​(byte[] bytes,
                      long position)
      • setBytes

        void setBytes​(byte[] bytes,
                      long position)
      • getBytes

        void getBytes​(byte[] bytes,
                      long position,
                      int length)
      • deleteByte

        void deleteByte​(long position)
      • deleteBytes

        void deleteBytes​(long position,
                         int count)
      • setBytes

        void setBytes​(byte[] bytes,
                      long position,
                      int length)
      • insertBytes

        void insertBytes​(byte[] bytes,
                         long position)
      • appendBytes

        void appendBytes​(byte[] bytes)
      • expand

        void expand​(long bytesToAdd)
      • shrink

        void shrink​(long bytesToRemove)