MindFusion.Java Package Programmer's Guide
SvgContent.fromStream Method
See Also
 






Loads SVG from the specified stream.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public static SvgContent fromStream (
    InputStream stream
)

 Parameters

stream

A java.io.InputStream instance.

 Return Value

An SvgContent instance representing the SVG drawing, or null if I/O or parsing errors occurred.

 See Also

SvgContent Members
SvgContent Class
com.mindfusion.svg Namespace