(decode-byte-source
byte-source
close-fn
{:keys [chunk-size encoding on-encoding-error]
:or {chunk-size 1024 on-encoding-error :replace encoding "UTF-8"}})
(lazy-char-buffer-sequence decoder chunk-size extra-bytes close-fn byte-source)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close