com.ibm.dtfj.image
Uses of Class MemoryAccessException
Packages that use MemoryAccessException
Package | Description |
---|---|
com.ibm.dtfj.image | |
com.ibm.dtfj.java |
Uses of MemoryAccessException in com.ibm.dtfj.image
Modifier and Type | Method and Description |
---|---|
|
ImagePointer.getByteAt(long index)
Get the value at the given offset from this pointer.
|
|
ImagePointer.getDoubleAt(long index)
Get the value at the given offset from this pointer.
|
|
ImagePointer.getFloatAt(long index)
Get the value at the given offset from this pointer.
|
|
ImagePointer.getIntAt(long index)
Get the value at the given offset from this pointer.
|
|
ImagePointer.getLongAt(long index)
Get the value at the given offset from this pointer.
|
ImagePointer.getPointerAt(long index)
Get the value at the given offset from this pointer.
|
|
|
ImagePointer.getShortAt(long index)
Get the value at the given offset from this pointer.
|
Uses of MemoryAccessException in com.ibm.dtfj.java
Modifier and Type | Method and Description |
---|---|
|
JavaObject.arraycopy(int srcStart,java.lang.Object dst,int dstStart,int length)
Copies data from the image array into a local Java array.
|
|
JavaField.get(JavaObject object)
Get the contents of an Object field
|
|
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field
|
|
JavaField.getByte(JavaObject object)
Get the contents of a byte field
|
|
JavaField.getChar(JavaObject object)
Get the contents of a char field
|
|
JavaField.getDouble(JavaObject object)
Get the contents of a double field
|
|
JavaField.getFloat(JavaObject object)
Get the contents of a float field
|
|
JavaField.getInt(JavaObject object)
Get the contents of an int field
|
|
JavaField.getLong(JavaObject object)
Get the contents of a long field
|
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address
address in the heap.
|
|
|
JavaField.getShort(JavaObject object)
Get the contents of a short field
|
|
JavaField.getString(JavaObject object)
Get the contents of a string field
|