Parents: | io.streams.limited |
Word | Stack effect |
(read-until) | ( stream seps buf -- stream seps buf sep/f ) |
>limited-seek | ( stream -- stream' ) |
adjust-count-limit | ( n stream -- n' stream ) |
adjust-current-limit | ( n stream -- n' stream ) |
adjust-limited-read | ( n stream -- n stream ) |
check-count-bounds | ( n stream -- n stream ) |
check-current-bounds | ( n stream -- n stream ) |
limited-stream-seek | ( n seek-type stream -- ) |
maybe-read | ( n limited-stream quot: ( n stream -- seq/f ) -- seq/f ) |
maybe-read-unsafe | ( n buf limited-stream quot: ( n buf stream -- count ) -- count ) |