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 the given 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 PartMarshallerpart - The PackagePart to store.out - Output stream to save this part.POILoggerOpenXML4JException - If any error occur.Copyright 2021 The Apache Software Foundation or its licensors, as applicable.