clojure.tools.reader.reader-types
G
Returns the column number of the next character to be read from the stream
function([reader])
Returns the line number of the next character to be read from the stream
function([reader])
I
Creates an IndexingPushbackReader from a given string or PushbackReader
function([s-or-rdr] [s-or-rdr buf-len] [s-or-rdr buf-len file-name])
Returns true if the reader satisfies IndexingReader
function([rdr])
P
Returns the next char from the Reader without removing it from the reader stream
function([reader])
R
Returns the next char from the Reader, nil if the end of stream has been reached
function([reader])
S
source-logging-push-back-readerCreates a SourceLoggingPushbackReader from a given string or PushbackReader
function([s-or-rdr] [s-or-rdr buf-len] [s-or-rdr buf-len file-name])
- function
([rdr])
Creates a PushbackReader from a given string
function([s] [s buf-len])
U
Pushes back a single character on to the stream
function([reader ch])