public class EndTableFlusher extends Object implements OdsAsyncFlusher
| Constructor and Description |
|---|
EndTableFlusher(com.github.jferard.fastods.TableAppender appender,
List<TableRowImpl> rows) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
boolean |
isEnd() |
public EndTableFlusher(com.github.jferard.fastods.TableAppender appender,
List<TableRowImpl> rows)
appender - the table to endrows - a view on the remaining rows.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.