package decompress

  1. Overview
  2. Docs

Module type Decompress_impl.S_deflateSource

Sourcetype ('i, 'o) t
Sourcetype error
Sourcetype meth =
  1. | PARTIAL
  2. | SYNC
  3. | FULL
Sourceval eval : 'x B.t -> 'x B.t -> ('x, 'x) t -> [ `Await of ('x, 'x) t | `Flush of ('x, 'x) t | `End of ('x, 'x) t | `Error of ('x, 'x) t * error ]
Sourceval finish : ('x, 'x) t -> ('x, 'x) t
Sourceval no_flush : int -> int -> ('x, 'x) t -> ('x, 'x) t
Sourceval flush_of_meth : meth -> int -> int -> ('x, 'x) t -> ('x, 'x) t
Sourceval flush : int -> int -> ('x, 'x) t -> ('x, 'x) t
Sourceval used_out : ('x, 'x) t -> int