package extlib-compat

  1. Overview
  2. Docs
type error_msg =
  1. | Invalid_huffman
  2. | Invalid_data
  3. | Invalid_crc
  4. | Truncated_data
  5. | Unsupported_dictionary
exception Error of error_msg
val inflate : ?header:bool -> IO.input -> IO.input
type t
val inflate_init : ?header:bool -> IO.input -> t
val inflate_data : t -> ExtBytes.Bytes.t -> int -> int -> int