Uses of Interface
com.ibm.dtfj.image.Image
Packages that use Image
Package
Description
Classes to support reading system images.
-
Uses of Image in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageModifier and TypeMethodDescriptionCreates a newImage
object based on the contents ofimageFile
.Creates a newImage
object based on the contents ofimageFile
andmetadata
.ImageFactory.getImage
(ImageInputStream in, URI sourceID) Creates a newImage
object based on the contents of the given input stream.ImageFactory.getImage
(ImageInputStream in, ImageInputStream metadata, URI sourceID) Creates a newImage
object based on the contents of the given input stream.Image[]
ImageFactory.getImagesFromArchive
(File archive, boolean extract) Creates an array ofImage
objects from an archive such as a zip or jar file. -
Uses of Image in com.ibm.java.diagnostics.utils
Classes in com.ibm.java.diagnostics.utils that implement ImageModifier and TypeClassDescriptionclass
Simple Java bean which contains the data from the Image interface.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageModifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.Constructors in com.ibm.java.diagnostics.utils with parameters of type ImageModifierConstructorDescriptionDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) DTFJImageBean
(Image image) EmptyDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)