package biocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Zip.DefaultSource

This module contains the default values for most optional parameters of the module.

Sourceval zlib_buffer_size : int

The default size of the internal buffer used by the ZLib library. It's value is 4096.

Sourceval 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.

OCaml

Innovation. Community. Security.