Class AbstractMemoryByteBufferConcatenation

    • Field Detail

      • byteBuffers

        protected java.nio.ByteBuffer[] byteBuffers
      • totalLength

        protected long totalLength
    • Constructor Detail

      • AbstractMemoryByteBufferConcatenation

        public AbstractMemoryByteBufferConcatenation​(java.nio.ByteBuffer... byteBuffers)
    • Method Detail

      • getLength

        public final long getLength()
      • deleteBytes

        public final void deleteBytes​(long position,
                                      int count)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getByte

        public final byte getByte​(long position)
      • setByte

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

        public final void getBytes​(byte[] bytes,
                                   long position,
                                   int length)
      • setBytes

        public final void setBytes​(byte[] bytes,
                                   long position,
                                   int length)