We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f842 commit 19d0d77Copy full SHA for 19d0d77
README.md
@@ -69,7 +69,7 @@ import static io.github.helpermethod.zip_forge.ZipForge.directory;
69
import static java.nio.charset.StandardCharsets.UTF_8;
70
71
class ZipForgeDemo {
72
- public static void main(String[] args) {
+ public static void main(String[] args) throws IOException {
73
// creates a ZIP file named demo.zip in the /home/helpermethod directory
74
createZipFile(Paths.get("/home/helpermethod/demo.zip"), () -> {
75
// the file content can be specified as a String...
0 commit comments