- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageSection
-
- com.ibm.dtfj.image.j9.RawImageSection
-
- All Implemented Interfaces:
ImageSection
public class RawImageSection extends ImageSection
-
-
Constructor Summary
Constructors Constructor Description RawImageSection(ImagePointer base, long size)
-
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
-
RawImageSection
public RawImageSection(ImagePointer base, long size)
-
-