Liking cljdoc? Tell your friends :D

quoll.raphael.reader

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
raw docstring

dropn!clj/s

(dropn! r n)

Reads the first n chars from a reader, dropping them.

Reads the first n chars from a reader, dropping them.
raw docstring

position-readerclj/s

(position-reader source)

PositionReaderclj/sprotocol

get-char!clj/s

(get-char! this)

Returns the next char to be read. Increments location.

Returns the next char to be read. Increments location.

positionclj/s

(position this)

Returns the current character location

Returns the current character location

readn!clj/s

(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.
raw docstring

readn-line!clj/s

(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.
raw docstring

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

× close