<byte-writer> ( encoding -- stream )
Factor handbook » Input and output » Byte-array streams

Prev:<byte-reader> ( byte-array encoding -- stream )
Next:with-byte-reader ( byte-array encoding quot -- )


Vocabulary
io.streams.byte-array

Inputs
encodingan encoding descriptor


Outputs
streama new byte writer


Word description
Creates an output stream writing data to a byte array using an encoding.

Definition