|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.openxml4j.opc.internal.marshallers.DefaultMarshaller
public final class DefaultMarshaller
Default marshaller that specified that the part is responsible to marshall its content.
PartMarshaller
Constructor Summary | |
---|---|
DefaultMarshaller()
|
Method Summary | |
---|---|
boolean |
marshall(PackagePart part,
java.io.OutputStream out)
Save part in the output stream by using the save() method of the part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMarshaller()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |