Module Streaming.Decompression
val create : unit -> t
val decompress : t -> inbuf:Core_kernel.Bigstring.t -> inpos:int -> inlen:int -> outbuf:Core_kernel.Bigstring.t -> outpos:int -> outlen:int -> int * int
val free : t -> unit
free t
deallocate the underlying datastructure. Subsequent uses oft
will cause exceptions.