Convert base64 string to pdf in c

static String encodeToString(byte[] input, int offset, int len, int flags) Base64-encode the given data and return a newly allocated String with the result. static String encodeToString(byte[] input, int flags) Base64-encode the given data and return a newly allocated String with the result. From class java.lang.Object Object clone() Creates and returns a copy of this object. boolean equals ... ................
................