Class ReadMemoryResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
- Enclosing class:
ReadMemoryResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThe address of the first byte of data returned.getData()The bytes read from memory, encoded using base64.The number of unreadable bytes encountered after the last successfully read byte.inthashCode()setAddress(String address) setUnreadableBytes(Integer unreadableBytes)
-
Method Details
-
getAddress
The address of the first byte of data returned. Treated as a hex value if prefixed with '0x', or as a decimal value otherwise. -
setAddress
-
getUnreadableBytes
The number of unreadable bytes encountered after the last successfully read byte. This can be used to determine the number of bytes that must be skipped before a subsequent 'readMemory' request will succeed. -
setUnreadableBytes
-
getData
The bytes read from memory, encoded using base64. -
setData
-
equals
-
hashCode
public int hashCode() -
create
-