this routine encodes a single variable of type real32 into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_float), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |
this routine encodes a single variable of type real64 into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |
this routine encodes a single variable of type char into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(kind=c_char), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |
this routine encodes a single variable of type int8 into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int_least8_t), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |
this routine encodes a single variable of type int32 into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |
this routine encodes a single variable of type int64 into base64 format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int_least64_t), | intent(in), | target | :: | indata |
data to be encoded |
|
integer, | intent(in) | :: | outfile |
output file unit |