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

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


Vocabulary
io.streams.byte-array

Inputs
byte-arraya byte-array
encodingan encoding descriptor
quota quotation


Outputs
None

Word description
Calls the quotation in a new dynamic scope with input-stream rebound to an input stream for reading from a byte array using an encoding.

Definition