public static void encode(PicoBuffer bufferin, PicoBuffer bufferout) { PicoDLL.base64_encode_buffer(bufferin.getIntPtr(), bufferout.getIntPtr()); }