Liking cljdoc? Tell your friends :D

clj-odbp.network.write


bool-typeclj

(bool-type out value)

Write a boolean in form of a byte (0/1) and return the stream.

Write a boolean in form of a byte (0/1) and return the stream.
sourceraw docstring

byte-typeclj

(byte-type out value)

Writes a single byte and then returns the stream.

Writes a single byte and then returns the stream.
sourceraw docstring

bytes-typeclj

(bytes-type out value)

Writes a vector of bytes and then returns the stream.

Writes a vector of bytes and then returns the stream.
sourceraw docstring

int-typeclj

(int-type out value)

Writes an Int and return the stream.

Writes an Int and return the stream.
sourceraw docstring

long-typeclj

(long-type out value)

Writes a Long and return the stream.

Writes a Long and return the stream.
sourceraw docstring

short-typeclj

(short-type out value)

Writes a Short and return the stream.

Writes a Short and return the stream.
sourceraw docstring

string-typeclj

(string-type out value)

Writes a String and return the stream.

Writes a String and return the stream.
sourceraw docstring

strings-typeclj

(strings-type out values)

Write a vector of strings and return the stream.

Write a vector of strings and return the stream.
sourceraw docstring

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

× close