Blob storage functionality, used to store and restore large files or entire directories.
Blob storage functionality, used to store and restore large files or entire directories.
(make-archive src dest)
Archives the src
directory or file into dest
, which should be something
that can be converted into an OutputStream
.
Archives the `src` directory or file into `dest`, which should be something that can be converted into an `OutputStream`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close