Base64Encode Interface

interface

Interface to convert ascii to binary base64 encoder


public function Base64Encode(input, output, iplen, oplen, ipindex) bind(c, name='Base64Encode')

Arguments

TypeIntentOptionalAttributesName
type(c_ptr), value:: input

input character stream in ascii

type(c_ptr), value:: output

output character stream in base64

integer(kind=c_int), intent(in), value:: iplen

length of the input stream

integer(kind=c_int), value:: oplen

length of the output stream

integer(kind=c_int), value:: ipindex

current length

Return Value integer(kind=c_int)

Result, indicating the status of encode