Procedure | Location | Procedure Type | Description |
---|---|---|---|
b64_decode | befor64 | Interface | Decode numbers (integer and real) from base64. |
b64_decode_I1 | befor64 | Subroutine | Decode a base64 code into a scalar number (I1P). |
b64_decode_I1_a | befor64 | Subroutine | Decode a base64 code into an array numbers (I1P). |
b64_decode_I2 | befor64 | Subroutine | Decode a base64 code into a scalar number (I2P). |
b64_decode_I2_a | befor64 | Subroutine | Decode a base64 code into an array numbers (I2P). |
b64_decode_I4 | befor64 | Subroutine | Decode a base64 code into a scalar number (I4P). |
b64_decode_I4_a | befor64 | Subroutine | Decode a base64 code into an array numbers (I4P). |
b64_decode_I8 | befor64 | Subroutine | Decode a base64 code into a scalar number (I8P). |
b64_decode_I8_a | befor64 | Subroutine | Decode a base64 code into an array numbers (I8P). |
b64_decode_R16 | befor64 | Subroutine | Decode a base64 code into a scalar number (R16P). |
b64_decode_R16_a | befor64 | Subroutine | Decode a base64 code into an array numbers (R16P). |
b64_decode_R4 | befor64 | Subroutine | Decode a base64 code into a scalar number (R4P). |
b64_decode_R4_a | befor64 | Subroutine | Decode a base64 code into an array numbers (R4P). |
b64_decode_R8 | befor64 | Subroutine | Decode a base64 code into a scalar number (R8P). |
b64_decode_R8_a | befor64 | Subroutine | Decode a base64 code into an array numbers (R8P). |
b64_decode_string | befor64 | Subroutine | Decode a base64 code into a scalar string. |
b64_decode_string_a | befor64 | Subroutine | Decode a base64 code into an array of strings. |
b64_decode_up | befor64 | Subroutine | Decode an unlimited polymorphic scalar from base64. |
b64_decode_up | befor64 | Interface | Decode unlimited polymorphic variable from base64. |
b64_decode_up_a | befor64 | Subroutine | Decode an unlimited polymorphic array from base64. |
b64_encode | befor64 | Interface | Encode numbers (integer and real) to base64. |
b64_encode_I1 | befor64 | Subroutine | Encode scalar number to base64 (I1P). |
b64_encode_I1_a | befor64 | Subroutine | Encode array numbers to base64 (I1P). |
b64_encode_I2 | befor64 | Subroutine | Encode scalar number to base64 (I2P). |
b64_encode_I2_a | befor64 | Subroutine | Encode array numbers to base64 (I2P). |
b64_encode_I4 | befor64 | Subroutine | Encode scalar number to base64 (I4P). |
b64_encode_I4_a | befor64 | Subroutine | Encode array numbers to base64 (I4P). |
b64_encode_I8 | befor64 | Subroutine | Encode scalar number to base64 (I8P). |
b64_encode_I8_a | befor64 | Subroutine | Encode array numbers to base64 (I8P). |
b64_encode_R16 | befor64 | Subroutine | Encode scalar number to base64 (R16P). |
b64_encode_R16_a | befor64 | Subroutine | Encode array numbers to base64 (R16P). |
b64_encode_R4 | befor64 | Subroutine | Encode scalar number to base64 (R4P). |
b64_encode_R4_a | befor64 | Subroutine | Encode array numbers to base64 (R4P). |
b64_encode_R8 | befor64 | Subroutine | Encode scalar number to base64 (R8P). |
b64_encode_R8_a | befor64 | Subroutine | Encode array numbers to base64 (R8P). |
b64_encode_string | befor64 | Subroutine | Encode scalar string to base64. |
b64_encode_string_a | befor64 | Subroutine | Encode array string to base64. |
b64_encode_up | befor64 | Subroutine | Encode an unlimited polymorphic scalar to base64. |
b64_encode_up | befor64 | Interface | Encode unlimited polymorphic variable to base64. |
b64_encode_up_a | befor64 | Subroutine | Encode an unlimited polymorphic array to base64. |
b64_init | befor64 | Subroutine | Initialize the BeFoR64 library. |
decode_bits | befor64 | Subroutine | Decode a base64 string into a sequence of bits stream. |
encode_bits | befor64 | Subroutine | Encode a bits stream (must be multiple of 24 bits) into base64 charcaters code (of length multiple of 4). |
pack_data | befor64_pack_data_m | Interface | Pack different kinds of data into single I1P array. |
pack_data_I1_I2 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I1_I4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I1_I8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I1_R4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I1_R8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I2_I1 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I2_I4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I2_I8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I2_R4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I2_R8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I4_I1 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I4_I2 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I4_I8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I4_R4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I4_R8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I8_I1 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I8_I2 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I8_I4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I8_R4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_I8_R8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R4_I1 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R4_I2 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R4_I4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R4_I8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R4_R8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R8_I1 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R8_I2 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R8_I4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R8_I8 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |
pack_data_R8_R4 | befor64_pack_data_m | Subroutine | Pack different kinds of data into single I1P array. |