FlailingElbows
Results
1
issues of
FlailingElbows
When using the constructor: ` ZipParameters zp = new ZipParameters(false, (percent, currentFile) -> { System.out.println(String.format("%f, done %s.", percent, currentFile)); });` and then calling ` TinyZip.zip(zipDestPath, zp, srcFilePath);` The resulting zip...