Liking cljdoc? Tell your friends :D

monkey.flow


buffer-xfclj

(buffer-xf size)
(buffer-xf size charset)

Transducer that consumes raw bytes or buffers and emits them as a string, when an internal buffer is full, or when the stream is closed. When a ::flush token is received, the buffer is also emitted.

Transducer that consumes raw bytes or buffers and emits them as a string, when an
internal buffer is full, or when the stream is closed.  When a `::flush` token is
received, the buffer is also emitted.
sourceraw docstring

default-charsetclj

source

line-group-xfclj

(line-group-xf)
(line-group-xf charset)

Transducer that consumes raw bytes or buffers and transforms them into string lines.

Transducer that consumes raw bytes or buffers and transforms them into string lines.
sourceraw docstring

raw-streamclj

(raw-stream s & [opts])

Creates an OutputStream that pushes all the bytes written to it to a manifold stream. Depending on the write method, the stream will receive either a map containing a single :byte, or a :buf with an :off and :len. It's up to downstream processors to convert it further into a more usable format if need be.

Creates an `OutputStream` that pushes all the bytes written to it to a manifold stream.
Depending on the write method, the stream will receive either a map containing a single
`:byte`, or a `:buf` with an `:off` and `:len`.  It's up to downstream processors to
convert it further into a more usable format if need be.
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