(unread reader ch)
Push back a single character on to the stream
Push back a single character on to the stream
(read-char reader)
Returns the next char from the Reader, nil if the end of stream has been reached
Returns the next char from the Reader, nil if the end of stream has been reached
(read reader eof-is-error sentinel is-recursive)
Reads the first object from a PushbackReader. Returns the object read. If EOF, throws if eof-is-error is true. Otherwise returns sentinel.
Only supports edn (similar to clojure.edn/read)
Reads the first object from a PushbackReader. Returns the object read. If EOF, throws if eof-is-error is true. Otherwise returns sentinel. Only supports edn (similar to clojure.edn/read)
(read-past pred rdr)
Read until first character that doesn't match pred, returning char.
Read until first character that doesn't match pred, returning char.
(read-string s)
Reads one object from the string s
Reads one object from the string s
(skip-line reader _)
Advances the reader to the end of a line. Returns the reader
Advances the reader to the end of a line. Returns the reader
(validate-unicode-escape unicode-pattern reader escape-char unicode-str)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close