Liking cljdoc? Tell your friends :D
Clojure only.

org.soulspace.clj.java.zip

Functions for handling ZIP files.

Functions for handling ZIP files.
raw docstring

new-fileclj

(new-file destination-dir entry)

Safely generates a new file for the zip entry. Throws an exception, if the entry is outside of the destination directory to prevent a Zip Slip vulnerability.

Safely generates a new file for the zip entry.
Throws an exception, if the entry is outside of the destination directory to prevent a Zip Slip vulnerability.
sourceraw docstring

unzip-fileclj

(unzip-file zip-file-path destination-path)

Unzips the zip file into the destination path.

Unzips the zip file into the destination path.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close