Previous
Up
Module
Biocaml_zip
(
.ml
)
module
Biocaml_zip:
sig
..
end
Streaming interface to the Zlib library.
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