Liking cljdoc? Tell your friends :D

msgpack-cljs.core


array=cljs

(array= a b)
source

bytes->stringcljs

(bytes->string bs)
source

char-deserializercljs

(char-deserializer bytes)
source

Extendedcljs

source

IExtendablecljsprotocol

extensioncljs

(extension this)
source

IInputStreamcljsprotocol

write-u32cljs

(write-u32 this u32)

write-u8cljs

(write-u8 this u8)

write-i32cljs

(write-i32 this i32)

write-f64cljs

(write-f64 this f64)

write-i8cljs

(write-i8 this i8)

writecljs

(write this buffer)

write-u16cljs

(write-u16 this u16)

write-i16cljs

(write-i16 this i16)

write-i64cljs

(write-i64 this i64)
source

input-streamcljs

(input-stream)
source

IOutputStreamcljsprotocol

read-u16cljs

(read-u16 this)

read-u8cljs

(read-u8 this)

read-bytescljs

(read-bytes this n)

read-i16cljs

(read-i16 this)

readcljs

(read this n)

read-u32cljs

(read-u32 this)

read-f64cljs

(read-f64 this)

read-f32cljs

(read-f32 this)

read-i32cljs

(read-i32 this)

read-i64cljs

(read-i64 this)

read-i8cljs

(read-i8 this)
source

IStreamcljsprotocol

inc-offset!cljs

(inc-offset! this new-offset)

resize-on-demand!cljs

(resize-on-demand! this n)

stream->uint8arraycljs

(stream->uint8array this)
source

keyword-deserializercljs

(keyword-deserializer bytes)
source

msgpack-stream-default-sizecljs

source

MsgpackInputStreamcljs

source

MsgpackOutputStreamcljs

source

output-streamcljs

(output-stream bytes)
source

packcljs

(pack obj)
source

pack-bytescljs

(pack-bytes stream bytes)
source

pack-collcljs

(pack-coll stream coll)
source

pack-extendedcljs

(pack-extended s {:keys [type data]})
source

pack-floatcljs

(pack-float stream f)
source

pack-intcljs

(pack-int stream i)
source

pack-mapcljs

(pack-map s map)
source

pack-numbercljs

(pack-number stream n)
source

pack-seqcljs

(pack-seq s seq)
source

pack-stringcljs

(pack-string stream s)
source

Packablecljsprotocol

Objects that can be serialized as MessagePack types

Objects that can be serialized as MessagePack types

pack-streamcljs

(pack-stream this stream)
sourceraw docstring

ratio-deserializercljs

(ratio-deserializer bytes)
source

read-strcljs

(read-str stream n)
source

set-deserializercljs

(set-deserializer bytes)
source

string->bytescljs

(string->bytes s)
source

symbol-deserializercljs

(symbol-deserializer bytes)
source

unpackcljs

(unpack bytes)
source

unpack-extcljs

(unpack-ext stream n)
source

unpack-mapcljs

(unpack-map stream n)
source

unpack-ncljs

(unpack-n stream n)
source

unpack-streamcljs

(unpack-stream stream)
source

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

× close