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