Liking cljdoc? Tell your friends :D

bites.buffer


byte-bufferclj

(byte-buffer n)
(byte-buffer n endianess)
source

read-byteclj

(read-byte b)
source

read-doubleclj

(read-double b)
source

read-floatclj

(read-float b)
source

read-intclj

(read-int b)
source

read-longclj

(read-long b)
source

read-shortclj

(read-short b)
source

read-ulongclj

(read-ulong b)
source

set-byte-order!clj

(set-byte-order! bb bo)
source

write-byteclj

(write-byte b x)
source

write-doubleclj

(write-double b x)
source

write-floatclj

(write-float b x)
source

write-intclj

(write-int b x)
source

write-longclj

(write-long b x)
source

write-shortclj

(write-short b x)
source

write-ulongclj

(write-ulong b x)
source

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

× close