each-block ( ... quot: ( ... block -- ... ) -- ... )
Factor handbook » Input and output » Streams » Stream utilities

Prev:read-contents ( -- seq )
Next:stream-copy* ( in out -- )


Vocabulary
io

Inputs
quota quotation with stack effect ( ... block -- ... )


Outputs
None

Word description
Calls the quotation with successive blocks of data, until the current input-stream is exhausted.

Definition