Liking cljdoc? Tell your friends :D

jiface.erlang.bitstr


->strclj

(->str this)

Convert to a string.

Convert to a string.
sourceraw docstring

behaviourclj

source

bindclj

(bind this binds)

Make new Erlang term replacing variables with the respective values from bindings argument(s).

Make new Erlang term replacing variables with the respective values
from bindings argument(s).
sourceraw docstring

cloneclj

(clone this)

Clone the Erlang object.

Clone the Erlang object.
sourceraw docstring

decodeclj

(decode this buff)

Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.

Read binary data in the Erlang external format, and produce a
corresponding Erlang data type object.
sourceraw docstring

encodeclj

(encode this buff)

Convert the object according to the rules of the Erlang external format.

Convert the object according to the rules of the Erlang external
format.
sourceraw docstring

equal?clj

(equal? this other-erl-obj)

Determine if two Erlang objects are equal.

Determine if two Erlang objects are equal.
sourceraw docstring

ErlangBitstrcljprotocol

get-binary-valueclj

(get-binary-value this)

Get the byte array from a bitstr, padded with zero bits in the little end of the last byte.

Get the byte array from a bitstr, padded with zero bits in the little end
of the last byte.

get-objectclj

(get-object this)

Get the java Object from the bitstr.

Get the java Object from the bitstr.

get-sizeclj

(get-size this)

Get the size in whole bytes of the bitstr, rest bits in the last byte not counted.

Get the size in whole bytes of the bitstr, rest bits in the last byte not
counted.

pad-bitsclj

(pad-bits this)

Get the number of pad bits in the last byte of the bitstr.

Get the number of pad bits in the last byte of the bitstr.
source

hashclj

(hash this)

Get the object hash code.

Get the object hash code.
sourceraw docstring

matchclj

(match this term binds)

Perform match operation against given term.

Perform match operation against given term.
sourceraw docstring

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

× close