int HBase64Decode

(const char* string, int length, char* szResult,
  int ret_length)

This function decode base64 string to plain string.

Documentation

This function decode base64 string to plain string.

Parameters:
string - [in] base64 string
length - [in] length of base64 string.
result - [out] buffer to save plain string.
ret_length - [in] size of buffer to save plain string.
Returns:
if it successes, it returns decoded character number. if result is NULL, it returns -1. if result buffer is smaller than decoded strng, it returns -1.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.