Encoding.quotedDecodeStep

size_t quotedDecodeStep(ubyte[] inbuf, ref ubyte[] outbuf, ref int state, ref uint save)

Decodes a block of quoted-printable encoded data. Performs a 'decode step' on a chunk of QP encoded data.

Parameters

inbufinput buffer
outbufoutput buffer
stateholds the number of bits that are stored in save
saveleftover bits that have not yet been decoded

Returns

the number of bytes decoded.