Liking cljdoc? Tell your friends :D

zlib-tiny.core


adler32clj

(adler32 b)
source

bytes->strclj

(bytes->str b & [encoding])

Returns the String corresponding to the given encoding's decoding of the given bytes. If no encoding is specified, UTF-8 is used.

Returns the String corresponding to the given encoding's decoding of the
given bytes. If no encoding is specified, UTF-8 is used.
sourceraw docstring

crc32clj

(crc32 b)
source

crc32cclj

(crc32c b)
source

crc64clj

(crc64 b)
source

deflateclj

(deflate b)
(deflate b level)

Returns deflate'd version of the given byte array.

Returns deflate'd version of the given byte array.
sourceraw docstring

force-byte-arrayclj

(force-byte-array b)

force b as byte array if it is an InputStream, also close the stream

force b as byte array if it is an InputStream, also close the stream
sourceraw docstring

gunzipclj

(gunzip b)

Returns a gunzip'd version of the given byte array.

Returns a gunzip'd version of the given byte array.
sourceraw docstring

gzipclj

(gzip b)

Returns a gzip'd version of the given byte array.

Returns a gzip'd version of the given byte array.
sourceraw docstring

inflateclj

(inflate b)

Returns a zlib inflate'd version of the given byte array or InputStream.

Returns a zlib inflate'd version of the given byte array or InputStream.
sourceraw docstring

md5clj

(md5 b)
source

sha-1clj

(sha-1 b)
source

sha-256clj

(sha-256 b)
source

sha-384clj

(sha-384 b)
source

sha-512clj

(sha-512 b)
source

str->bytesclj

(str->bytes s & [encoding])

Returns the encoding's bytes corresponding to the given string. If no encoding is specified, UTF-8 is used.

Returns the encoding's bytes corresponding to the given string. If no
encoding is specified, UTF-8 is used.
sourceraw docstring

wrap-crccljmacro

(wrap-crc impl b)
source

wrap-digestcljmacro

(wrap-digest algn b)
source

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

× close