uudecode_step


Description:


public size_t uudecode_step (uint8[] @in, ref uint8[] @out, ref 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:

save

leftover bits that have not yet been decoded

in

input stream

inlen

max length of data to decode

out

output stream

state

holds the number of bits that are stored in save

Returns:

the number of bytes decoded


Namespace: Camel
Package: camel-1.2