Described a reader interface used for wrapping java.io.Reader and similar objects
Described a reader interface used for wrapping java.io.Reader and similar objects
(dropn! r n)
Reads the first n chars from a reader, dropping them.
Reads the first n chars from a reader, dropping them.
(position-reader source)
(get-char! this)
Returns the next char to be read. Increments location.
Returns the next char to be read. Increments location.
(position this)
Returns the current character location
Returns the current character location
(readn! r n)
Reads the first n chars from a reader, returning the chars in a string.
Reads the first n chars from a reader, returning the chars in a string.
(readn-line! r n)
Reads the first n chars from a reader up to the end of a line, returning the chars in a string.
Reads the first n chars from a reader up to the end of a line, returning the chars in a string.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |