Liking cljdoc? Tell your friends :D

clj-odbp.network.read


array-ofclj

(array-of type-fn functions)

Read an array composed by defined type(s). Format is (elements:short)[values]

Read an array composed by defined type(s). Format is (elements:short)[values]
sourceraw docstring

bool-typeclj

(bool-type in)

Read a byte from the input stream and return a boolean. (1=true, 0=false)

Read a byte from the input stream and return a boolean. (1=true, 0=false)
sourceraw docstring

byte-typeclj

(byte-type in)

Read a single byte from the input stream.

Read a single byte from the input stream.
sourceraw docstring

bytes-typeclj

(bytes-type in)

Read a sequence of bytes from the input stream.

Read a sequence of bytes from the input stream.
sourceraw docstring

int-typeclj

(int-type in)

Read an integer from the input stream.

Read an integer from the input stream.
sourceraw docstring

long-typeclj

(long-type in)

Read a Long from the input stream.

Read a Long from the input stream.
sourceraw docstring

short-typeclj

(short-type in)

Read a Short from the input stream.

Read a Short from the input stream.
sourceraw docstring

string-typeclj

(string-type in)

Read a string from the input stream. Format is (length:int)[bytes]

Read a string from the input stream. Format is (length:int)[bytes]
sourceraw docstring

strings-typeclj

(strings-type in)

Read a set of strings from the input stream. Format is (elements:int)[strings]

Read a set of strings from the input stream. Format is (elements:int)[strings]
sourceraw docstring

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

× close