Uses of Interface
com.ibm.dtfj.image.Image
-
Packages that use Image Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.java.diagnostics.utils -
-
Uses of Image in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return Image Modifier and Type Method Description Image
ImageFactory. getImage(File imageFile)
Creates a newImage
object based on the contents ofimageFile
.Image
ImageFactory. getImage(File imageFile, File metadata)
Creates a newImage
object based on the contents ofimageFile
andmetadata
.Image
ImageFactory. getImage(ImageInputStream in, URI sourceID)
Creates a newImage
object based on the contents of the given input stream.Image
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 Image Modifier and Type Class Description class
DTFJImageBean
Simple Java bean which contains the data from the Image interface.Methods in com.ibm.java.diagnostics.utils with parameters of type Image Modifier and Type Method Description static 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 Image Constructor Description DTFJContext(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)
-