this routine encodes data of type real32 to base64 format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=c_float), | 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 |
this routine encodes data of type real64 to base64 format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=c_double), | 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 |
this routine encodes data of type char to base64 format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=c_char), | 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 |
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 |
this routine encodes data of type int32 to base64 format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | 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 |
this routine encodes data of type int64 to base64 format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int_least64_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 |