toSjsJson(OutputStream) Method
In This Topic
Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
Syntax
void toSjsJson(
java.io.OutputStream
)
|
Parameters
- stream
- The specified file stream.
See Also