public interface Serializer
| 限定符和类型 | 方法和说明 |
|---|---|
java.io.ByteArrayOutputStream |
asXml(Chart cModel,
boolean bStripHeaders)
Write the chart described by the model to a ByteArrayOutputStream.
|
Chart |
fromXml(java.io.ByteArrayInputStream byaIS,
boolean bStripHeaders)
Reads the chart model from the ByteArrayInputStream.
|
ChartPreferences |
loadPreferences(java.io.InputStream is)
已过时。
only reserved for compatibility
|
Chart |
read(java.io.InputStream is)
Reads the chart model from the given InputStream
|
Chart |
read(org.eclipse.emf.common.util.URI uri)
Reads the chart model from the location defined by the URI provided.
|
Chart |
readEmbedded(org.eclipse.emf.common.util.URI uri)
Reads the chart model embedded inside other XML content defined by the URI provided.
|
void |
savePreferences(ChartPreferences preferences,
java.io.OutputStream os)
已过时。
only reserved for compatibility
|
void |
write(Chart cModel,
java.io.OutputStream os)
Write the chart described by the model to the OutputStream provided.
|
void |
write(Chart cModel,
org.eclipse.emf.common.util.URI uri)
Write the chart described by the model to the location defined by the URI provided.
|
void write(Chart cModel, java.io.OutputStream os) throws java.io.IOException
cModel - The model to be serialized os The OutputStream to which the model is to be serializedjava.io.IOExceptionvoid write(Chart cModel, org.eclipse.emf.common.util.URI uri) throws java.io.IOException
cModel - The model to be serialized uri The URI to which the model is to be serializedjava.io.IOExceptionjava.io.ByteArrayOutputStream asXml(Chart cModel, boolean bStripHeaders) throws java.io.IOException
cModel - The model to be serialized bStripHeaders Specifies whether or not the headers are to be removed while
serializing the modeljava.io.IOExceptionvoid savePreferences(ChartPreferences preferences, java.io.OutputStream os) throws java.io.IOException
preferences - The ChartPreferences object to be savedos - The OutputStream to which the preferences are to be writtenjava.io.IOExceptionChart read(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionChart read(org.eclipse.emf.common.util.URI uri) throws java.io.IOException
uri - URI of the location holding the chart modeljava.io.IOExceptionChart readEmbedded(org.eclipse.emf.common.util.URI uri) throws java.io.IOException
uri - URI of the location holding the embedded chart modeljava.io.IOExceptionChart fromXml(java.io.ByteArrayInputStream byaIS, boolean bStripHeaders) throws java.io.IOException
byaIS - The ByteArrayInputStream holding the chart modelbStripHeaders - Specifies whether or not the headers were removed when the chart model was savedjava.io.IOExceptionChartPreferences loadPreferences(java.io.InputStream is) throws java.io.IOException
is - InputStream from which the chart preferences are to be readjava.io.IOExceptionCopyright © 2005-2008 Actuate Corp. All rights reserved.