Parents: | io |
Authors: | Daniel Ehrenberg, Slava Pestov, Alexander Ilin |
Class | Superclass | Slots |
crlf-stream | tuple | underlying |
Word | Stack effect |
<crlf-stream> | ( underlying -- crlf-stream ) |
crlf | ( -- ) |
crlf>lf | ( str -- str' ) |
lf>crlf | ( str -- str' ) |
push-all-ignoring-crlf | ( src dst -- ) |
push-ignoring-crlf | ( elt seq -- ) |
read-?crlf | ( -- seq ) |
read-crlf | ( -- seq ) |
read-ignoring-crlf | ( n -- seq/f ) |
read1-ignoring-crlf | ( -- ch ) |
stream-read-?crlf | ( stream -- seq ) |
stream-read-crlf | ( stream -- seq ) |
stream-read-ignoring-crlf | ( n stream -- seq/f ) |
stream-read1-ignoring-crlf | ( stream -- ch ) |
use-crlf-stream | ( -- ) |
with-crlf-stream | ( quot -- ) |
Word | Stack effect |
crlf-stream? | ( object -- ? ) |