clj-odbp.network.write

bool-type

(bool-type out value)
Write a boolean in form of a byte (0/1) and return the stream.

byte-type

(byte-type out value)
Writes a single byte and then returns the stream.

bytes-type

(bytes-type out value)
Writes a vector of bytes and then returns the stream.

int-type

(int-type out value)
Writes an Int and return the stream.

long-type

(long-type out value)
Writes a Long and return the stream.

short-type

(short-type out value)
Writes a Short and return the stream.

string-type

(string-type out value)
Writes a String and return the stream.

strings-type

(strings-type out values)
Write a vector of strings and return the stream.