Parser-related methods and facilities.
Parser-related methods and facilities.
A general parsing multimethod. Accepts a type, a number of bytes to parse, and an instance of DataInputStream.
A general parsing multimethod. Accepts a type, a number of bytes to parse, and an instance of DataInputStream.
(defmethods multifn dispatch-vals & fn-tail)
Define the same implementation for various dispatching values at once.
Define the same implementation for various dispatching values at once.
(parse in columns)
Given an input stream and a list of columns, return a lazy sequence of parsed lines. Must be called under the with-open macro.
Given an input stream and a list of columns, return a lazy sequence of parsed lines. Must be called under the with-open macro.
(parse-line dis columns)
Parse a single line (tuple). When it's empty (starts with -1), return nil. Otherwise, build a vector of parsed fields.
Parse a single line (tuple). When it's empty (starts with -1), return nil. Otherwise, build a vector of parsed fields.
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 |