quoted_decode_step


Description:


public size_t quoted_decode_step (uint8[] @in, ref uint8[] @out, ref int[] saveme)

Decodes a block of quoted-printable encoded data.

Performs a 'decode step' on a chunk of QP encoded data.

Parameters:

saveme

leftover bits that have not yet been decoded

in

input stream

len

max length of data to decode

out

output stream

savestate

holds the number of bits that are stored in saveme

Returns:

the number of bytes decoded


Namespace: Camel
Package: camel-1.2