Liking cljdoc? Tell your friends :D

overtone.byte-spec


*spec-in*clj


*spec-out*clj


bytes-and-backclj

(bytes-and-back spec obj)

count-forclj

(count-for fname)

defspeccljmacro

(defspec spec-name & field-specs)

make-specclj

(make-spec spec-name field-specs)

READERSclj


specclj

(spec s & data)

spec-readclj

(spec-read spec)

Returns an instantiation of the provided spec, with data read from a DataInputStream bound to spec-in.

Returns an instantiation of the provided spec, with data read from
a DataInputStream bound to *spec-in*.
raw docstring

spec-read-bytesclj

(spec-read-bytes spec bytes)

spec-read-urlclj

(spec-read-url spec url)

spec-writeclj

(spec-write spec data)

Serializes the data according to spec, writing bytes onto spec-out.

Serializes the data according to spec, writing bytes onto *spec-out*.
raw docstring

spec-write-basicclj

(spec-write-basic ftype fname fval fdefault)

spec-write-bytesclj

(spec-write-bytes spec data)

spec-write-fileclj

(spec-write-file spec data path)

WRITERSclj

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

× close