PartMarshaller
public final class DefaultMarshaller extends java.lang.Object implements PartMarshaller
PartMarshaller
Constructor | Description |
---|---|
DefaultMarshaller() |
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.