Handbook
Glossary
c-reader
Vocabulary
io
.
streams
.
c
Definition
IN:
io.streams.c
TUPLE:
c-reader
<
c-stream
;
Methods
USING:
accessors
destructors
io
io.streams.c
;
M:
c-reader
stream-read-unsafe
check-disposed
handle>>
fread-unsafe
;
USING:
accessors
byte-vectors
destructors
io
io.streams.c
kernel
sequences
;
M:
c-reader
stream-read-until
check-disposed
handle>>
swap
32
<byte-vector>
read-until-loop
[
B{
}
like
]
dip
over
empty?
over
not
and
[
2drop
f
f
]
when
;
USING:
accessors
destructors
io
io.streams.c
;
M:
c-reader
stream-read1
check-disposed
handle>>
fgetc
;