Handbook
Glossary
underlying-port ( stream -- port )
Vocabulary
io
.
ports
Inputs
stream
an
object
Outputs
port
an
object
Definition
IN:
io.ports
GENERIC:
underlying-port
( stream -- port )
Methods
USING:
accessors
io.encodings
io.ports
;
M:
decoder
underlying-port
stream>>
underlying-port
;
USING:
accessors
io.encodings
io.ports
;
M:
encoder
underlying-port
stream>>
underlying-port
;
USING:
io.ports
;
M:
port
underlying-port
;