BitReader.setInput
void setInput(const(ubyte)[] input) nothrow @safeSet new input data without resetting the bit buffer. Used for streaming decompression where leftover bits from the previous call must be preserved.
Parameters
input | Input data buffer. |