this routine encodes data of type int8 to base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int_least8_t), | intent(in), | target | :: | indata(iplen) | data to be encoded |
|
integer, | intent(in) | :: | iplen | size of data to be encoded |
||
integer, | intent(in) | :: | outfile | output file unit |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=c_int), | public | :: | baserc | ||||
integer(kind=c_int), | public | :: | insize | ||||
integer(kind=c_int), | public | :: | outsize | ||||
integer(kind=c_int), | public | :: | ipindex | ||||
integer(kind=c_int), | public | :: | min_iplen | ||||
integer, | public | :: | ind | ||||
type(c_ptr), | public | :: | base64_out | ||||
type(c_ptr), | public | :: | base64_in | ||||
type(c_ptr), | public | :: | encoder_in | ||||
character, | public, | target | :: | base64_string(encoderlen) | |||
character, | public, | target | :: | encoder_str(encoderblocklen) |