Handbook
Glossary
unlimit-stream ( stream -- stream' )
Vocabulary
io
.
streams
.
limited
Inputs
stream
an
object
Outputs
stream'
an
object
Definition
IN:
io.streams.limited
GENERIC:
unlimit-stream
( stream -- stream' )
Methods
USING:
accessors
io.encodings
io.streams.limited
kernel
;
M:
decoder
unlimit-stream
[
stream>>
stream>>
]
[
code>>
]
[
cr>>
]
tri
decoder
boa
;
USING:
accessors
io.streams.limited
;
M:
limited-stream
unlimit-stream
stream>>
;