Exemplo n.º 1
0
 private static void zipFile(File srcFile, String destPath, ChunkedZipOutputStream out)
     throws IOException {
   out.putNextEntry(srcFile, destPath);
 }