Liking cljdoc? Tell your friends :D
Clojure only.

hara.io.file.reader


readercljmultimethod

creates a reader for a given input

(-> (reader :pushback "project.clj" {}) (read) second) => 'zcaudate/hara

creates a reader for a given input

(-> (reader :pushback "project.clj" {})
    (read)
    second)
=> 'zcaudate/hara
raw docstring

reader-typesclj

(reader-types)

returns the types of readers

(reader-types) => (contains [:input-stream :buffered :file :string :pushback :char-array :piped :line-number])

returns the types of readers

(reader-types)
=> (contains [:input-stream :buffered :file
              :string :pushback :char-array
              :piped :line-number])
raw docstring

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

× close