Liking cljdoc? Tell your friends :D

octet.spec.string


arraycopyclj/s

(arraycopy input output length)
source (clj)source (cljs)

byte-arraycljs

(byte-array length)
source

bytes->stringclj/s

(bytes->string input length)
source (clj)source (cljs)

stringclj/s

(string size)

Fixed length string type spec constructor.

Fixed length string type spec constructor.
sourceraw docstring

string*clj/s

Arbitrary length string type spec.

Arbitrary length string type spec.
sourceraw docstring

string->bytesclj/s

(string->bytes value)
source (clj)source (cljs)

zeropad!clj/s≠

(zeropad! input datalength)
clj

Add zero byte padding to the given byte array to the remaining bytes after specified data length.

Add zero byte padding to the given byte array
to the remaining bytes after specified data length.
source (clj)source (cljs)raw docstring

zeropad-countclj/s

(zeropad-count input)

Given a byte array, returns a number of bytes allocated with zero padding (zero byte).

Given a byte array, returns a number of bytes
allocated with zero padding (zero byte).
sourceraw docstring

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

× close