public class ReadMemoryArguments
extends java.lang.Object
Constructor and Description |
---|
ReadMemoryArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCount()
Number of bytes to read at the specified location and offset.
|
java.lang.String |
getMemoryReference()
Memory reference to the base location from which data should be read.
|
java.lang.Integer |
getOffset()
Optional offset (in bytes) to be applied to the reference location before reading data.
|
int |
hashCode() |
void |
setCount(int count)
Number of bytes to read at the specified location and offset.
|
void |
setMemoryReference(java.lang.String memoryReference)
Memory reference to the base location from which data should be read.
|
void |
setOffset(java.lang.Integer offset)
Optional offset (in bytes) to be applied to the reference location before reading data.
|
java.lang.String |
toString() |
@Pure public java.lang.String getMemoryReference()
public void setMemoryReference(java.lang.String memoryReference)
@Pure public java.lang.Integer getOffset()
This is an optional property.
public void setOffset(java.lang.Integer offset)
This is an optional property.
@Pure public int getCount()
public void setCount(int count)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object