Skip to main content

Reading

3
  • read

    Reads the next object from stream, which must be an instance of java.io.PushbackReader or some derivee. stream defaul...

  • read+string

    Like read, and taking the same args. stream must be a LineNumberingPushbackReader. Returns a vector containing the obj...

  • read-string

    Reads one object from the string s. Optionally include reader options, as specified in read. Note that read-string ...