public interface NamedOdsFileWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this writer
|
NamedOdsDocument |
document() |
void |
save()
Save the new file.
|
void |
update(OdsAsyncFlusher flusher)
Update the writer with a flusher
|
void close()
throws IOException
IOException - if an I/O error occursNamedOdsDocument document()
void save() throws IOException
IOException - If an I/O error occursvoid update(OdsAsyncFlusher flusher) throws IOException
flusher - the chosen flusherIOException - if an I/O error occursCopyright © 2016–2021. All rights reserved.