Allows store and read segments of memory.
Read content of the memory at [address, address + result.length) and write the result into the result buffer.
[address, address + result.length)
result
Returns null if the data was read successfully or PageFault otherwise.
null
PageFault
Load bytes from memory from given address into given buffer.
Store bytes into memory at given address.
Static
Allows store and read segments of memory.