Skip to main content

clojure.tools.reader.reader-types

G

  • get-column-number

    Returns the column number of the next character to be read from the stream

  • get-line-number

    Returns the line number of the next character to be read from the stream

I

  • indexing-push-back-reader

    Creates an IndexingPushbackReader from a given string or PushbackReader

  • indexing-reader?

    Returns true if the reader satisfies IndexingReader

P

  • peek-char

    Returns the next char from the Reader without removing it from the reader stream

R

  • read-char

    Returns the next char from the Reader, nil if the end of stream has been reached

S

U

  • unread

    Pushes back a single character on to the stream