Compression Types
Last updated
Was this helpful?
Last updated
Was this helpful?
ODS allows for many different compression formats to be used. All versions of ODS have 3 built-in options for compression:
No Compression
GZIP Compression
ZLIB Compression
You can pick the compression format that you want to use in the ObjectDataStructure
constructor.
Addons are available for specific versions. The Java version has , which provides additional compression types.
ODS allows for custom compression types to be used. This is achieved by implementing the Compressor
interface and returning the input streams.
You can then use your compression format as you would with any of the built-in ones.