Handbook
Glossary
adjust-limited-read ( n stream -- n stream )
Vocabulary
io
.
streams
.
limited
.
private
Inputs
n
an
object
stream
an
object
Outputs
n
an
object
stream
an
object
Definition
USING:
accessors
kernel
;
IN:
io.streams.limited.private
:
adjust-limited-read
( n stream -- n stream )
dup
start>>
[
check-current-bounds
adjust-current-limit
]
[
check-count-bounds
adjust-count-limit
]
if
;