Liking cljdoc? Tell your friends :D

clarch.core


combine-targzclj

(combine-targz sources target)
source

compressor-input-streamclj

(compressor-input-stream filename)
source

finish-and-close-outputstream!cljmultimethod

source

read-current-tar-entryclj

(read-current-tar-entry tar-input)
source

read-first-zip-entry!clj

(read-first-zip-entry! zip-file)
source

read-zip-entry!clj

(read-zip-entry! zf entry-name)
source

tar-fileclj

(tar-file filename)
source

tar-output-streamclj

(tar-output-stream filename)

Creates an uncompressed tar ball

Creates an uncompressed tar ball
sourceraw docstring

targz-entriesclj

(targz-entries targz-in)

Return a lazy seq of entries from TarArchiveInputstream. Returned as a map with keys :filename and :data (byte array)

Return a lazy seq of entries from TarArchiveInputstream.
Returned as a map with keys :filename and :data (byte array)
sourceraw docstring

targz-input-streamclj

(targz-input-stream filename)
source

targz-output-streamclj

(targz-output-stream filename)

Creates a compressed TAR ball

Creates a compressed TAR ball
sourceraw docstring

write-tar-entry!clj

(write-tar-entry! tar-os bytes entry-name)
source

write-zip-entry!clj

(write-zip-entry! zip-os bytes entry-name)
source

zip-output-streamclj

(zip-output-stream filename)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close