Class AbstractWeakMappedByteBufferConcatenation

    • Field Detail

      • totalLength

        protected final long totalLength
    • Constructor Detail

      • AbstractWeakMappedByteBufferConcatenation

        public AbstractWeakMappedByteBufferConcatenation​(WeakMappedByteBuffer... 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)