Liking cljdoc? Tell your friends :D

clojurewerkz.buffy.core


allocatorclj

source

bit-map-typeclj

source

bit-typeclj

source

boolean-typeclj

source

byte-typeclj

source

bytes-typeclj

source

Composablecljprotocol

composeclj

(compose this kvps)

decomposeclj

(decompose this)
(decompose this buffer)
source

compose-bufferclj

(compose-buffer spec
                &
                {:keys [buffer-type orig-buffer] :or {buffer-type :direct}})
source

composite-typeclj

source

direct-bufferclj

(direct-buffer)
(direct-buffer initial-capacity)
(direct-buffer initial-capacity max-capacity)
source

double-typeclj

source

dynamic-bufferclj

(dynamic-buffer & frames)
source

enum-typeclj

source

float-typeclj

source

from-bit-mapclj

(from-bit-map type value)

Converts a vector of true/false, which represent a series of on and off set bytes to the actual value, based on given type.

Converts a vector of `true`/`false`, which represent a series of on
and off set bytes to the actual value, based on given `type`.
sourceraw docstring

heap-bufferclj

(heap-buffer)
(heap-buffer initial-capacity)
(heap-buffer initial-capacity max-capacity)
source

IBuffyBufcljprotocol

bufferclj

(buffer this)

get-fieldclj

(get-field this field-name)

get-field-idxclj

(get-field-idx this field-idx)

set-fieldclj

(set-field this field-name value)

set-field-idxclj

(set-field-idx this field-name value)

slicesclj

(slices this)
source

int32-typeclj

source

long-typeclj

source

medium-typeclj

source

repeated-typeclj

source

reset-indexesclj

source

reset-reader-indexclj

(reset-reader-index buf)
source

reset-writer-indexclj

(reset-writer-index buf)
source

rewind-until-endclj

(rewind-until-end buf)
source

short-typeclj

source

specclj

(spec & kvps)
source

string-typeclj

source

to-binaryclj

(to-binary value)

Converts series of true/false flags to series of 1 and 0 where 1 is represents on and 0 represents off.

Converts series of `true`/`false` flags to series of `1` and `0` where
1 is represents `on` and `0` represents `off`.
sourceraw docstring

to-bit-mapclj

(to-bit-map type value)

Converts given value to vector of true/false, which represent on and off set bytes.

Converts given value to vector of `true`/`false`, which represent on
and off set bytes.
sourceraw docstring

ubyte-typeclj

source

uint32-typeclj

source

ulong-typeclj

source

umedium-typeclj

source

ushort-typeclj

source

uuid-typeclj

source

wrapped-bufferclj

(wrapped-buffer orig-buffer)

Returns a buffer that wraps the given byte array, j.nio.ByteBuffer or netty ByteBuf

Returns a buffer that wraps the given byte array, `j.nio.ByteBuffer` or netty `ByteBuf`
sourceraw docstring

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

× close