uudecode_step
Description:
public static size_t uudecode_step (uint8 inbuf, size_t inlen, uint8 outbuf, int state, uint32 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 |
inlen |
input buffer length |
outbuf |
output buffer |
state |
holds the number of bits that are stored in |
save |
leftover bits that have not yet been decoded |
Returns:
the number of bytes decoded. |