Module Biocaml_zip.Default (.ml)

module Default: 
sig

This module contains the default values for most optional parameters of the module.
val zlib_buffer_size : int
The default size of the internal buffer used by the ZLib library. It's value is 4096.
val level : int
The default compression level used in Transform.zip. It's value is 3, bigger values (up to 9) decrease performance while slightly improving the compression.
end