Decodes a chunk of base64 encoded data
| len |
max length of data to decode |
| state |
holds the number of bits that are stored in |
| save |
leftover bits that have not yet been decoded |
| in |
input stream |
| out |
output stream |
|
the number of bytes converted |