squizReuse

Returns an InputRange containing the input data processed through the supplied algorithm. To the difference of squiz, squizReuse will not manage the state (aka stream) of the algorithm, which allows to reuse it (and its allocated resources) for several jobs. squizReuse will drive the algorithm and move the stream forward until processing is over. The stream must be either freshly initialized or freshly reset before being passed to this function.

squizReuse
(
I
A
S
)
(,,,
ubyte[] chunkBuffer
)

Meta