Ejemplo n.º 1
0
 public void zipFiles(List inPaths, OutputStream inToBrowser)
     throws IOException, OpenEditException {
   zipFiles(inPaths, inToBrowser, true);
 }