(tar-entry-from-file os path local-file)
Add an entry to a tar archive output stream at path based on a file or directory, f.
Add an entry to a tar archive output stream at path based on a file or directory, f.
(tar-entry-from-file* os path f)
Add an entry to a tar archive output stream at path based on a file, f.
Add an entry to a tar archive output stream at path based on a file, f.
(tar-entry-from-string os path s)
Add an entry to a tar archive output stream at path based on a string.
Add an entry to a tar archive output stream at path based on a string.
(tar-output-stream)
Return a tar output stream and an input stream that it can be read from.
Return a tar output stream and an input stream that it can be read from.
(untar-stream target input-stream strip-components)
Untar from input stream to target directory.
Untar from input stream to target directory.
(untar-stream-file target input-stream)
Untar from input stream to target directory.
Untar from input stream to target directory.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close