Liking cljdoc? Tell your friends :D

clojurewerkz.buffy.util


bits-off-atclj

(bits-off-at positions byte-size)

Given a sequence of indexes (0-based), returns a sequence of 32 booleans where indexes on given positions are set to false

Given a sequence of indexes (0-based), returns a sequence of 32 booleans where indexes
on given positions are set to `false`
sourceraw docstring

bits-on-atclj

(bits-on-at positions byte-size)

Given a sequence of indexes (0-based), returns a sequence of n (divisible by 8) booleans where indexes on given positions are set to true

Given a sequence of indexes (0-based), returns a sequence of `n` (divisible by 8) booleans where indexes
on given positions are set to `true`
sourceraw docstring

source

header1clj

source

header2clj

source

header3clj

source

hex-dumpclj

(hex-dump b & {:keys [print] :or {print true}})

Prints a hex representation of

Prints a hex representation of 
sourceraw docstring

jclj

source

jnlclj

source

off-bits-indexesclj

(off-bits-indexes val)

Returns indexes of the bits that are 'off'

Returns indexes of the bits that are 'off'
sourceraw docstring

on-bits-indexesclj

(on-bits-indexes val)

Returns indexes of the bits that are 'on'

Returns indexes of the bits that are 'on'
sourceraw docstring

positionsclj

(positions types)

Returns a lazy sequence containing positions of elements

Returns a lazy sequence containing positions of elements
sourceraw docstring

read-nonempty-bytesclj

(read-nonempty-bytes buffer size)
(read-nonempty-bytes buffer idx size)
(read-nonempty-bytes buffer idx size rewind?)
source

seqable?clj

(seqable? x)

Returns true if (seq x) will succeed, false otherwise.

Returns true if (seq x) will succeed, false otherwise.
sourceraw docstring

zero-fill-till-endclj

(zero-fill-till-end buffer size expected-size)
(zero-fill-till-end buffer idx size expected-size)
source

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

× close