Liking cljdoc? Tell your friends :D

clarch.core


combine-targzclj

(combine-targz sources target)
source

compressor-input-streamclj

(compressor-input-stream filename)
source

deflate-bytesclj

(deflate-bytes raw-bytes)
source

deflated-bytesclj

(deflated-bytes zip-file {:keys [offset compressed-size]})
(deflated-bytes zip-file offset compressed-size)
source

file-bytesclj

(file-bytes zip-file offset len)
source

finish-and-close-outputstream!cljmultimethod

source

ONE_ZERO_BYTEclj

source

parsed-zip-entriesclj

(parsed-zip-entries zip-file)
(parsed-zip-entries zf zes)

Lazy seq of parsed zip entries

Lazy seq of parsed zip entries
sourceraw docstring

read-current-tar-entryclj

(read-current-tar-entry tar-input)
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->zipclj

(targz->zip targz-filename zip-filename)
source

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

unzip-bytesclj

(unzip-bytes c-bytes)
source

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-bytesclj

(zip-bytes u-bytes)
source

zip-entriesclj

(zip-entries zip-file)
(zip-entries zf zes)

Lazy seq of zip files (auto-skips directories)

Lazy seq of zip files (auto-skips directories)
sourceraw docstring

zip-entry->bytesclj

(zip-entry->bytes zf entry)
source

zip-entry-meta->uncompressed-bytesclj

(zip-entry-meta->uncompressed-bytes zip-file
                                    {:keys [method offset compressed-size]
                                     :as zmeta})
source

zip-entry-metasclj

(zip-entry-metas zip-file)
(zip-entry-metas zf zes)

Lazy seq of zip entries meta data:

  • :name
  • :offset
  • :compressed-size
  • :method (archive, deflate etc.)
Lazy seq of zip entries meta data:
- :name
- :offset
- :compressed-size
- :method (archive, deflate etc.)
sourceraw docstring

zip-output-streamclj

(zip-output-stream filename)
source

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

× close