Liking cljdoc? Tell your friends :D

msgpack-cljs.core


array=cljs

(array= a b)

bytes->stringcljs

(bytes->string bs)

char-deserializercljs

(char-deserializer bytes)

Extendedcljs


IExtendablecljsprotocol

extensioncljs

(extension this)

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)

input-streamcljs

(input-stream)

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)

IStreamcljsprotocol

stream->uint8arraycljs

(stream->uint8array this)

inc-offset!cljs

(inc-offset! this new-offset)

resize-on-demand!cljs

(resize-on-demand! this n)

keyword-deserializercljs

(keyword-deserializer bytes)

msgpack-stream-default-sizecljs


MsgpackInputStreamcljs


MsgpackOutputStreamcljs


output-streamcljs

(output-stream bytes)

packcljs

(pack obj)

pack-bytescljs

(pack-bytes stream bytes)

pack-collcljs

(pack-coll stream coll)

pack-extendedcljs

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

pack-floatcljs

(pack-float stream f)

pack-intcljs

(pack-int stream i)

pack-mapcljs

(pack-map s map)

pack-numbercljs

(pack-number stream n)

pack-seqcljs

(pack-seq s seq)

pack-stringcljs

(pack-string stream s)

Packablecljsprotocol

Objects that can be serialized as MessagePack types

Objects that can be serialized as MessagePack types

pack-streamcljs

(pack-stream this stream)
raw docstring

ratio-deserializercljs

(ratio-deserializer bytes)

read-strcljs

(read-str stream n)

set-deserializercljs

(set-deserializer bytes)

string->bytescljs

(string->bytes s)

symbol-deserializercljs

(symbol-deserializer bytes)

unpackcljs

(unpack bytes)

unpack-extcljs

(unpack-ext stream n)

unpack-mapcljs

(unpack-map stream n)

unpack-ncljs

(unpack-n stream n)

unpack-streamcljs

(unpack-stream stream)

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

× close