Community
Participate
Working Groups
Image image;
InputStream stream = getStream();
try {
image = Graphics.getImage( path, stream );
image = Graphics.getImage( "bundle/" + path, stream ); //$NON-NLS-1$
} finally {
stream.close();