Loads an image from the specified stream.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static Image imageFromStream ( |
A java.io.InputStream instance.
A java.awt.Image instance representing the loaded bitmap, or null if I/O error occurred.
See Also