| File lib/ocaml/pkg-lib/extlib/unzip.cmi_pretty | GODI Package godi-extlib |
| Library extlib |
| Unzip.html | unzip.cmi_pretty | unzip.mli | Sources |
type error_msg = Unzip.error_msg = Invalid_huffman | Invalid_data | Invalid_crc | Truncated_data | Unsupported_dictionary exception Error of error_msg val inflate : ?header:bool -> IO.input -> IO.input type t = Unzip.t val inflate_init : ?header:bool -> IO.input -> t val inflate_data : t -> string -> int -> int -> int