- readFrom(byte[], long) - Method in class xerial.larray.buffer.LBufferAPI
-
Read the given source byte array, then overwrite this buffer's contents
- readFrom(byte[], int, long, int) - Method in class xerial.larray.buffer.LBufferAPI
-
Read the given source byte array, then overwrite this buffer's contents
- readFrom(ByteBuffer, long) - Method in class xerial.larray.buffer.LBufferAPI
-
Reads the given source byte buffer into this buffer at the given offset
- register(Memory) - Method in class xerial.larray.buffer.DefaultMemoryAllocator
-
- register(Memory) - Method in interface xerial.larray.buffer.MemoryAllocator
-
Register a memory
- release(MemoryReference) - Method in class xerial.larray.buffer.DefaultMemoryAllocator
-
- release(Memory) - Method in class xerial.larray.buffer.DefaultMemoryAllocator
-
- release() - Method in class xerial.larray.buffer.LBufferAPI
-
Release the memory content.
- release() - Method in interface xerial.larray.buffer.Memory
-
- release(Memory) - Method in interface xerial.larray.buffer.MemoryAllocator
-
Release a memory
- release(MemoryReference) - Method in interface xerial.larray.buffer.MemoryAllocator
-
Release a memory, referenced by ref
- release() - Method in class xerial.larray.buffer.OffHeapMemory
-
- releaseAll() - Method in class xerial.larray.buffer.DefaultMemoryAllocator
-
Release all memory addresses taken by this allocator.