Uses of Class
com.ibm.dtfj.image.MemoryAccessException
Packages that use MemoryAccessException
Package
Description
Classes to support reading system images.
Classes to support Java™ runtime instances.
-
Uses of MemoryAccessException in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that throw MemoryAccessExceptionModifier and TypeMethodDescriptionbyteImagePointer.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.ImagePointer.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 MemoryAccessExceptionModifier and TypeMethodDescriptionvoidCopies data from the image array into a local Java array.JavaField.get(JavaObject object) Get the contents of an Object field.booleanJavaField.getBoolean(JavaObject object) Get the contents of a boolean field.byteJavaField.getByte(JavaObject object) Get the contents of a byte field.charJavaField.getChar(JavaObject object) Get the contents of a char field.doubleJavaField.getDouble(JavaObject object) Get the contents of a double field.floatJavaField.getFloat(JavaObject object) Get the contents of a float field.intJavaField.getInt(JavaObject object) Get the contents of an int field.longJavaField.getLong(JavaObject object) Get the contents of a long field.JavaRuntime.getObjectAtAddress(ImagePointer address) Gets the object located at addressaddressin the heap.shortJavaField.getShort(JavaObject object) Get the contents of a short field.JavaField.getString(JavaObject object) Get the contents of a string field.default booleanJavaField.isNestedPacked()Deprecated.default booleanJavaField.isNestedPackedArray()Deprecated.