Allocates and returns a direct java.nio.ByteBuffer referring to the block of memory starting at the memory address address and extending capacity bytes.
Additional resources: Java Native Interface Specification (Oracle)
Allocates and returns a direct java.nio.ByteBuffer referring to the same block of memory as the given NativeArray.
Additional resources: Java Native Interface Specification (Oracle)