public final class DefaultMarshaller extends java.lang.Object implements PartMarshaller
PartMarshaller
Constructor and Description |
---|
DefaultMarshaller() |
Modifier and Type | Method and Description |
---|---|
boolean |
marshall(PackagePart part,
java.io.OutputStream out)
Save part in the output stream by using the save() method of the part.
|
public boolean marshall(PackagePart part, java.io.OutputStream out) throws OpenXML4JException
marshall
in interface PartMarshaller
part
- Part to marshall.out
- The output stream into which the part will be marshall.OpenXML4JException
- If any error occur.Copyright © 2005-2010 Potix Corporation. All Rights Reserved.