Package | Description |
---|---|
com.ibm.dtfj.image |
Classes to support reading system images.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageFactory.getImage(File imageFile)
Creates a new
Image object based on the contents of imageFile . |
Image |
ImageFactory.getImage(File imageFile,
File metadata)
Creates a new
Image object based on the contents of imageFile and metadata . |
Image |
ImageFactory.getImage(ImageInputStream in,
ImageInputStream metadata,
URI sourceID)
Creates a new
Image object based on the contents of the given input stream. |
Image |
ImageFactory.getImage(ImageInputStream in,
URI sourceID)
Creates a new
Image object based on the contents of the given input stream. |
Image[] |
ImageFactory.getImagesFromArchive(File archive,
boolean extract)
Creates an array of
Image objects from an archive such as a zip or jar file. |
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2024 IBM Corp. and others.