Liking cljdoc? Tell your friends :D

clj-odbp.binary.deserialize.buffer


buffer-current-positionclj

(buffer-current-position buffer)

Returns the current position of the buffer.

Returns the current position of the buffer.
sourceraw docstring

buffer-reset!clj

(buffer-reset! buffer)

Rewinds the buffer to the beginning.

Rewinds the buffer to the beginning.
sourceraw docstring

buffer-rest!clj

(buffer-rest! buffer)

Returns a vector whit the remaining elements.

Returns a vector whit the remaining elements.
sourceraw docstring

buffer-set-position!clj

(buffer-set-position! buffer new-position)

Sets the current position of the buffer.

Sets the current position of the buffer.
sourceraw docstring

buffer-take!clj

(buffer-take! buffer n)

Returns a vector of n elements from the current position on.

Returns a vector of n elements from the current position on.
sourceraw docstring

buffer-take-upto!clj

(buffer-take-upto! buffer pred)

Returns a vector of n elements while pred is true including the first false.

Returns a vector of n elements while pred is
true including the first false.
sourceraw docstring

buffer-take-while!clj

(buffer-take-while! buffer pred)

Returns a vector of n elements while pred is true.

Returns a vector of n elements while pred is true.
sourceraw docstring

to-bufferclj

(to-buffer data)

Transform a sequence into a rewindable buffer.

Transform a sequence into a rewindable buffer.
sourceraw docstring

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

× close