io.streams.limited vocabulary
Factor handbook ยป Vocabulary index


Documentation
Limited input streams

Words

Tuple classes
ClassSuperclassSlots
limit-exceeded tuplen stream
limited-stream tuplestream count limit current start stop


Generic words
WordStack effect
limit-stream( stream limit -- stream' )
unlimit-stream( stream -- stream' )


Ordinary words
WordStack effect
<limited-file-reader>( path encoding -- stream' )
<limited-stream>( stream limit -- stream' )
limit-exceeded( n stream -- * )
limited-input( limit -- )
unlimited-input( -- )
with-limited-input( limit quot -- )
with-limited-stream( stream limit quot -- )
with-unlimited-input( quot -- )
with-unlimited-stream( stream quot -- )


Class predicate words
WordStack effect
limit-exceeded?( object -- ? )
limited-stream?( object -- ? )


Files


Metadata files


Children
VocabularySummary
io.streams.limited.private