public static void encode(IntPtr memin, int length, PicoBuffer bufferout) { PicoDLL.base64_encode_mem(memin, length, bufferout.getIntPtr()); }