MindFusion.Java Package Programmer's Guide
CommonUtils.imageFromStream Method
See Also
 






Loads an image from the specified stream.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static Image imageFromStream (
    InputStream stream
)

 Parameters

stream

A java.io.InputStream instance.

 Return Value

A java.awt.Image instance representing the loaded bitmap, or null if I/O error occurred.

 See Also

CommonUtils Members
CommonUtils Class
com.mindfusion.common Namespace