Complete decoding and write any retained output bytes to the specified out buffer. Load into the optionally specified numOut the number of output bytes produced. Optionally specify maxNumOut as the limit on the number of bytes to output. Return 0 on success, a positive number of retained bytes if the output limit was reached, and a negative value otherwise.
Synopsis
Declared in <bdlde_base64decoder.h>
template<class OUTPUT_ITERATOR>
int
endConvert(
OUTPUT_ITERATOR out,
int* numOut,
int maxNumOut = ‐1);
Created with MrDocs