(as-data-url stream)
(as-data-url stream mime)
Takes an input or outputstream and optional mime type, returns contents as data url wrapped in a volatile. The volatile's value is initially nil and will only become realized after the function returned.
Takes an input or outputstream and optional mime type, returns contents as data url wrapped in a volatile. The volatile's value is initially nil and will only become realized after the function returned.
(as-data-url-async stream cb)
(as-data-url-async stream cb mime)
Takes an input or outputstream, callback fn and optional mime type, calls fn with data url string, returns nil.
Takes an input or outputstream, callback fn and optional mime type, calls fn with data url string, returns nil.
(byte->int x)
(get-byte-buffer _)
(get-double-buffer _)
(get-float-buffer _)
(get-int-buffer _)
(get-short-buffer _)
(read-double-be _)
(read-vec3f-le _)
(read-uint32-be _)
(read-uint8 _)
(read-vec3f-be _)
(read-uint32-le _)
(read-vec2f-le _)
(read-vec2f-be _)
(read-double-le _)
(read-uint16-be _)
(read-uint16-le _)
(read-float-le _)
(read-float-be _)
(read-utf8-line _)
(into-byte-buffer _ dest stride idx)
(into-double-buffer _ dest stride idx)
(into-float-buffer _ dest stride idx)
(into-int-buffer _ dest stride idx)
(into-short-buffer _ dest stride idx)
(input-stream in)
(input-stream buf)
(input-stream buf pos)
(int->byte x)
(write-utf8-bytes _ str)
(write-uint16-be _ x)
(write-uint16-le _ x)
(write-uint32-be _ x)
(write-vec3f-le _ v)
(write-vec3f-be _ v)
(write-double-be _ x)
(write-uint8 _ x)
(write-float-be _ x)
(write-float-le _ x)
(write-uint32-le _ x)
(write-vec2f-be _ v)
(write-double-le _ x)
(write-vec2f-le _ v)
(get-position _)
(skip _ x)
(output-stream out)
(output-stream)
(output-stream size)
(output-stream buf pos)
(utf8-str str)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close