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 newImageobject based on the contents ofimageFile.Creates a newImageobject based on the contents ofimageFileandmetadata.ImageFactory.getImage(ImageInputStream in, URI sourceID) Creates a newImageobject based on the contents of the given input stream.ImageFactory.getImage(ImageInputStream in, ImageInputStream metadata, URI sourceID) Creates a newImageobject based on the contents of the given input stream.Image[]ImageFactory.getImagesFromArchive(File archive, boolean extract) Creates an array ofImageobjects 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 TypeClassDescriptionclassSimple Java bean which contains the data from the Image interface.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageModifier and TypeMethodDescriptionstatic IDTFJContextContextFactory.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)