public class FinalizeFlusher extends Object implements OdsAsyncFlusher
Sent by the NamedOdsDocument.save method.
| Constructor and Description |
|---|
FinalizeFlusher(OdsElements odsElements,
ContentElement contentElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
boolean |
isEnd() |
public FinalizeFlusher(OdsElements odsElements, ContentElement contentElement)
odsElements - the elementscontentElement - the content to finalizepublic void flushInto(XMLUtil xmlUtil, ZipUTF8Writer writer) throws IOException
flushInto in interface OdsAsyncFlusherxmlUtil - an instance of the util classwriter - where to write dataIOException - if the flush goes wrongpublic boolean isEnd()
isEnd in interface OdsAsyncFlusherCopyright © 2016–2021. All rights reserved.