Uses of Class
com.ibm.dtfj.image.MemoryAccessException
-
Packages that use MemoryAccessException Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.java Classes to support Java™ runtime instances. -
-
Uses of MemoryAccessException in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that throw MemoryAccessException Modifier and Type Method Description byteImagePointer. getByteAt(long index)Get the value at the given offset from this pointer.doubleImagePointer. getDoubleAt(long index)Get the value at the given offset from this pointer.floatImagePointer. getFloatAt(long index)Get the value at the given offset from this pointer.intImagePointer. getIntAt(long index)Get the value at the given offset from this pointer.longImagePointer. getLongAt(long index)Get the value at the given offset from this pointer.ImagePointerImagePointer. getPointerAt(long index)Get the value at the given offset from this pointer.shortImagePointer. getShortAt(long index)Get the value at the given offset from this pointer. -
Uses of MemoryAccessException in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that throw MemoryAccessException Modifier and Type Method Description voidJavaObject. arraycopy(int srcStart, Object dst, int dstStart, int length)Copies data from the image array into a local Java array.ObjectJavaField. get(JavaObject object)Get the contents of an Object fieldbooleanJavaField. getBoolean(JavaObject object)Get the contents of a boolean fieldbyteJavaField. getByte(JavaObject object)Get the contents of a byte fieldcharJavaField. getChar(JavaObject object)Get the contents of a char fielddoubleJavaField. getDouble(JavaObject object)Get the contents of a double fieldfloatJavaField. getFloat(JavaObject object)Get the contents of a float fieldintJavaField. getInt(JavaObject object)Get the contents of an int fieldlongJavaField. getLong(JavaObject object)Get the contents of a long fieldJavaObjectJavaRuntime. getObjectAtAddress(ImagePointer address)Gets the object located at addressaddressin the heap.shortJavaField. getShort(JavaObject object)Get the contents of a short fieldStringJavaField. getString(JavaObject object)Get the contents of a string fielddefault booleanJavaField. isNestedPacked()Deprecated.default booleanJavaField. isNestedPackedArray()Deprecated.
-