Encoding.uudecodeStep
size_t uudecodeStep(ubyte[] inbuf, ref ubyte[] outbuf, ref int state, ref uint save)Uudecodes a chunk of data. Performs a 'decode step' on a chunk of uuencoded data. Assumes the "begin mode filename" line has been stripped off.
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.