public static void encode(string stringin, PicoBuffer bufferout) { PicoDLL.base64_encode_string(stringin, bufferout.getIntPtr()); }