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
Read content of the memory at
[address, address + result.length)and write the result into theresultbuffer.Returns
nullif the data was read successfully orPageFaultotherwise.