Home Index classes Index static functions Index enumerations Index structure types

{Base64|_encoding}


CLASS {Base64|_encoding} , UNTESTED, BITWISE, BYTES, ABSTRACT:



IMPORT : {String_functions} , {Stream} , {File_stream} .

  

CONSTANT STR :

          a64|alphabet = "" "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" .



FUNCTION Encode_base64|_file_to_strings (
     
STR Dest|ination_strings [] ,
     
STR Source|_file_path )


END