The Window specialized by 'o
(see Buffer.bytes
and Buffer.bigstring
).
reset window
resets a window to be reused by an Inflate algorithm.
Decompress.Window
Window used by the Inflate algorithm.
A functionnal implementation of window to use with the inflate algorithm. After one process, you can reset
and reuse the window for a new process. This API is available to limit the allocation by Decompress.
The Window specialized by 'o
(see Buffer.bytes
and Buffer.bigstring
).
reset window
resets a window to be reused by an Inflate algorithm.