Liking cljdoc? Tell your friends :D

pg-bin.parser

Parser-related methods and facilities.

Parser-related methods and facilities.
raw docstring

-parse-fieldcljmultimethod

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.
sourceraw docstring

defmethodscljmacro

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

parseclj

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

parse-as-textclj

(parse-as-text len dis)
source

parse-lineclj

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close