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

Next:<byte-writer> ( encoding -- stream )


Vocabulary
io.streams.byte-array

Inputs
byte-arraya byte-array
encodingan encoding descriptor


Outputs
streama new byte reader


Word description
Creates an input stream reading from a byte array using an encoding.

Definition