Previous
Up
Module
Biocaml.Zip
(
.ml
)
module
Zip:
Biocaml_zip
The module deals with compressed streams.
The DEFLATE compression algorithm is defined in the
RFC 1951
.
GZIP file-format is defined in the
RFC 1952
(c.f. also
wikipedia:Gzip
).
module
Transform
:
sig
..
end