Ejemplo n.º 1
0
 public static void decode(PicoBuffer bufferin, PicoBuffer bufferout)
 {
     PicoDLL.base64_decode_buffer(bufferin.getIntPtr(), bufferout.getIntPtr());
 }