Documentation of 'org.ujmp.core.util.io.ByteBufferConcatenation' Java class
ByteBufferConcatenation
org.ujmp.core.util.io

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)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.