base64_decode_step


Description:


public size_t base64_decode_step (uint8[] @in, size_t len, uint8[] @out, ref int state, ref uint save)

Decodes a chunk of base64 encoded data

Parameters:

len

max length of data to decode

state

holds the number of bits that are stored in save

save

leftover bits that have not yet been decoded

in

input stream

out

output stream

Returns:

the number of bytes converted


Namespace: Gsf
Package: libgsf-1