public class DocumentUtil
extends java.lang.Object
Constructor and Description |
---|
DocumentUtil() |
Modifier and Type | Method and Description |
---|---|
static ReportDesignHandle |
serialize(ReportDesignHandle designHandle,
java.io.OutputStream out)
Writes the report design to the given output stream.
|
public static ReportDesignHandle serialize(ReportDesignHandle designHandle, java.io.OutputStream out) throws java.io.IOException
onSave
if the save succeeds.designHandle
- the report design to serializeout
- the output stream to which the design is written.java.io.IOException
- if the file cannot be written to the output stream
successfully.Copyright © 2008 Actuate Corp. All rights reserved.