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
inbuf | input buffer |
outbuf | output buffer |
state | holds the number of bits that are stored in save |
save | leftover bits that have not yet been decoded |
Returns
the number of bytes decoded.