- java.lang.Object
-
- com.ibm.dtfj.image.javacore.JCImageSection
-
- All Implemented Interfaces:
ImageSection
public class JCImageSection extends Object implements ImageSection
-
-
Constructor Summary
Constructors Constructor Description JCImageSection(String name, ImagePointer base, long size)
Construct a new Image section with the given name, base address and length in bytes
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImageSection
getBaseAddress, getName, getProperties, getSize, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
JCImageSection
public JCImageSection(String name, ImagePointer base, long size)
Construct a new Image section with the given name, base address and length in bytes
-
-