Liking cljdoc? Tell your friends :D

carbonite.buffer


*initial-buffer*clj

source

*keep-buffer*clj

source

*max-buffer*clj

source

clear-contextclj

(clear-context registry)

Clear the thread-local object in Kryo.

Clear the thread-local object in Kryo.
sourceraw docstring

context-keyclj

source

ensure-bufferclj

(ensure-buffer registry)

Create or return a Thread-specific scratch buffer for a kryo registry

Create or return a Thread-specific scratch buffer for a kryo registry
sourceraw docstring

get-from-contextclj

(get-from-context registry)

Get a thread-local object from Kryo.

Get a thread-local object from Kryo.
sourceraw docstring

put-to-contextclj

(put-to-context registry value)

Put a thread-local object to Kryo.

Put a thread-local object to Kryo.
sourceraw docstring

read-bytesclj

(read-bytes registry bytes)

Read obj from byte[] using the registry.

Read obj from byte[] using the registry.
sourceraw docstring

write-bytesclj

(write-bytes registry obj)

Write obj using registry and return a byte[].

Write obj using registry and return a byte[].
sourceraw docstring

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

× close