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 is a website building & hosting documentation for Clojure/Script libraries

× close