Liking cljdoc? Tell your friends :D

seria.buffer


buffer->rawclj/s

(buffer->raw buffer schema-id diff-id diffed?)

header-bit-lengthclj/s


header-byte-lengthclj/s


HybridBufferclj/sprotocol

write-int!clj/s

(write-int! this value)

read-double!clj/s

(read-double! this)

read-char!clj/s

(read-char! this)

get-byte-position!clj/s

(get-byte-position! this amount)

read-ubyte!clj/s

(read-ubyte! this)

get-byte-positionclj/s

(get-byte-position this)

write-boolean!clj/s

(write-boolean! this value)

set-byte-position!clj/s

(set-byte-position! this position)

read-short!clj/s

(read-short! this)

get-bit-position!clj/s

(get-bit-position! this amount)

write-short!clj/s

(write-short! this value)

write-uint!clj/s

(write-uint! this value)

set-max-byte-length!clj/s

(set-max-byte-length! this value)

read-ushort!clj/s

(read-ushort! this)

read-float!clj/s

(read-float! this)

write-double!clj/s

(write-double! this value)

write-char!clj/s

(write-char! this value)

read-boolean!clj/s

(read-boolean! this)

write-long!clj/s

(write-long! this value)

to-raw!clj/s

(to-raw! this)

get-bit-positionclj/s

(get-bit-position this)

write-ubyte!clj/s

(write-ubyte! this value)

read-uint!clj/s

(read-uint! this)

set-bit-position!clj/s

(set-bit-position! this position)

write-byte!clj/s

(write-byte! this value)

read-int!clj/s

(read-int! this)

get-max-byte-lengthclj/s

(get-max-byte-length this)

read-long!clj/s

(read-long! this)

write-ushort!clj/s

(write-ushort! this value)

write-float!clj/s

(write-float! this value)

read-byte!clj/s

(read-byte! this)

ints->longclj/s

(ints->long int-1 int-2)

long->intsclj/s

(long->ints value)

make-bufferclj/s

(make-buffer max-bit-length max-byte-length)

prepare-buffer!clj/s

(prepare-buffer! buffer)

raw->bufferclj/s

(raw->buffer raw)

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

× close