public class ImmutableElementsFlusher extends Object implements OdsAsyncFlusher
Automatically sent when the NamedOdsWriter is created.
| Constructor and Description |
|---|
ImmutableElementsFlusher(OdsElements odsElements) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
boolean |
isEnd() |
public ImmutableElementsFlusher(OdsElements odsElements)
odsElements - content.xml, styles.xml, ...public 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.