deflateBlockStoredToBits

fnvoid deflateBlockStoredToBits(DeflateState state, const(ubyte)[] input, bool last) nothrow @safe

Encode a stored block directly into the state's bit buffer.

Parameters

stateDeflate state with bit buffer.
inputInput data.
lastIs this the last block?