Parents: | io |
Authors: | Slava Pestov |
Class | Superclass | Slots |
buffered-port | port | buffer |
input-port | buffered-port | |
output-port | buffered-port | |
port | disposable | handle timeout |
Word | Stack effect |
(wait-to-read) | ( port -- ) |
(wait-to-write) | ( port -- ) |
can-seek-handle? | ( handle -- ? ) |
handle-length | ( handle -- n/f ) |
seek-handle | ( n seek-type handle -- ) |
shutdown | ( handle -- ) |
tell-handle | ( handle -- n ) |
underlying-handle | ( stream -- handle ) |
underlying-port | ( stream -- port ) |
default-buffer-size |
Word | Stack effect |
<buffered-port> | ( handle class -- port ) |
<input-port> | ( handle -- input-port ) |
<output-port> | ( handle -- output-port ) |
<port> | ( handle class -- port ) |
wait-for-port | ( port event -- ) |
wait-to-read | ( port -- eof? ) |
wait-to-write | ( len port -- ) |
Word | Stack effect |
buffered-port? | ( object -- ? ) |
input-port? | ( object -- ? ) |
output-port? | ( object -- ? ) |
port? | ( object -- ? ) |