public class Base64 {
public static size_t encode_step ( uchar[] _in,
bool break_lines,
char* _out,
int state,
int save ) ;
public static size_t encode_close ( bool break_lines,
char* _out,
int state,
int save ) ;
public static string encode ( uchar[] data ) ;
public static size_t decode_step ( char[] _in,
uchar* _out,
int state,
uint save ) ;
public static uchar[] decode ( string text,
size_t out_len ) ;
}

public static size_t encode_step ( uchar[] _in,
bool break_lines,
char* _out,
int state,
int save ) ;
public static size_t encode_close ( bool break_lines,
char* _out,
int state,
int save ) ;
public static string encode ( uchar[] data ) ;
public static size_t decode_step ( char[] _in,
uchar* _out,
int state,
uint save ) ;
public static uchar[] decode ( string text,
size_t out_len ) ;
Created by Valadoc