package zstandard

  1. Overview
  2. Docs

Module Streaming.DecompressionSource

Sourcetype t
Sourceval create : unit -> t
Sourceval decompress : t -> inbuf:Core.Bigstring.t -> inpos:int -> inlen:int -> outbuf:Core.Bigstring.t -> outpos:int -> outlen:int -> int * int
Sourceval free : t -> unit

free t deallocate the underlying datastructure. Subsequent uses of t will cause exceptions.