with-byte-writer ( encoding quot -- byte-array )
Factor handbook » Input and output » Byte-array streams

Prev:with-byte-reader ( byte-array encoding quot -- )


Vocabulary
io.streams.byte-array

Inputs
encodingan encoding descriptor
quota quotation


Outputs
byte-arraya byte-array


Word description
Calls the quotation in a new dynamic scope with output-stream rebound to an output stream writing data to a byte array using an encoding.

Definition