| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
void |
AnonymousOdsFileWriter.save(OutputStream out,
ZipUTF8WriterBuilderImpl builder)
Deprecated.
use `save(ZipUTF8Writer writer)`
|
OdsFileWriterBuilder |
OdsFileWriterBuilder.zipBuilder(ZipUTF8WriterBuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static ZipUTF8WriterBuilderImpl |
ZipUTF8WriterImpl.builder() |
ZipUTF8WriterBuilderImpl |
ZipUTF8WriterBuilderImpl.level(int level)
Set the zip level.
|
ZipUTF8WriterBuilderImpl |
ZipUTF8WriterBuilderImpl.noWriterBuffer()
Set the buffer size for the writer to 0
|
ZipUTF8WriterBuilderImpl |
ZipUTF8WriterBuilderImpl.noZipBuffer()
Set the buffer size for the zipper to 0
|
ZipUTF8WriterBuilderImpl |
ZipUTF8WriterBuilderImpl.writerBuffer(int size)
Set the buffer size for the writer
|
ZipUTF8WriterBuilderImpl |
ZipUTF8WriterBuilderImpl.zipBuffer(int size)
Set the buffer size for the zipper
|
Copyright © 2016–2021. All rights reserved.