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
  1. byte
ImagePointer.getByteAt(long index)
Get the value at the given offset from this pointer.
  1. double
ImagePointer.getDoubleAt(long index)
Get the value at the given offset from this pointer.
  1. float
ImagePointer.getFloatAt(long index)
Get the value at the given offset from this pointer.
  1. int
ImagePointer.getIntAt(long index)
Get the value at the given offset from this pointer.
  1. long
ImagePointer.getLongAt(long index)
Get the value at the given offset from this pointer.
  1. ImagePointer
ImagePointer.getPointerAt(long index)
Get the value at the given offset from this pointer.
  1. short
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
  1. void
JavaObject.arraycopy(int srcStart,java.lang.Object dst,int dstStart,int length)
Copies data from the image array into a local Java array.
  1. java.lang.Object
JavaField.get(JavaObject object)
Get the contents of an Object field
  1. boolean
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field
  1. byte
JavaField.getByte(JavaObject object)
Get the contents of a byte field
  1. char
JavaField.getChar(JavaObject object)
Get the contents of a char field
  1. double
JavaField.getDouble(JavaObject object)
Get the contents of a double field
  1. float
JavaField.getFloat(JavaObject object)
Get the contents of a float field
  1. int
JavaField.getInt(JavaObject object)
Get the contents of an int field
  1. long
JavaField.getLong(JavaObject object)
Get the contents of a long field
  1. JavaObject
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address address in the heap.
  1. short
JavaField.getShort(JavaObject object)
Get the contents of a short field
  1. java.lang.String
JavaField.getString(JavaObject object)
Get the contents of a string field