GLib.Base64
Description:
Content:
Functions:
- public size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save)
- public size_t encode_close (bool break_lines, char* _out, ref int state, ref int save)
- public string encode (uchar[] data)
- public size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save)
- public uchar[] decode (string text)