BitReader.setInput

void setInput(const(ubyte)[] input) nothrow @safe

Set new input data without resetting the bit buffer. Used for streaming decompression where leftover bits from the previous call must be preserved.

Parameters

inputInput data buffer.