public final class DefaultMarshaller extends Object implements PartMarshaller
PartMarshaller
Constructor and Description |
---|
DefaultMarshaller() |
Modifier and Type | Method and Description |
---|---|
boolean |
marshall(PackagePart part,
OutputStream out)
Save part in the output stream by using the save() method of the part.
|
public boolean marshall(PackagePart part, 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 © 2020. All rights reserved.