Liking cljdoc? Tell your friends :D

clj-suomi.utils.zip


decode-streamclj

(decode-stream is)

Create ZIP stream from stream of encoded data.

You have to select an entry using [find-entry] or [get-entry] before trying to read from the stream. Alternatively you can go through all the entries with...

Create ZIP stream from stream of encoded data.

You have to select an entry using [find-entry] or [get-entry]
before trying to read from the stream.
Alternatively you can go through all the entries with...
sourceraw docstring

find-entryclj

(find-entry zip-is p)

Select an entry for reading by predicate.

Predicate is called with entry bean.

Select an entry for reading by predicate.

Predicate is called with entry bean.
sourceraw docstring

first-entryclj

(first-entry zip-is)

Select the first entry for reading.

Select the first entry for reading.
sourceraw docstring

get-entryclj

(get-entry zip-is name)

Select an entry for reading by name.

Select an entry for reading by name.
sourceraw docstring

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

× close