limited-stream
Limited input streams

Next:limited-input ( limit -- )


Vocabulary
io.streams.limited

Inputs
None

Outputs
valuea limited-stream class


Word description
Limited streams wrap other streams, changing their behavior to throw an exception or return f upon exhaustion.

Definition

TUPLE: limited-stream stream count limit current start stop ;


Methods