Handbook
Glossary
null-writer
Null streams
Prev:
with-null-writer ( quot -- )
Next:
with-null-reader ( quot -- )
Vocabulary
io
.
streams
.
null
Class description
Singleton class of null writer streams.
Definition
IN:
io.streams.null
SINGLETON:
null-writer
Methods
USING:
io
io.streams.null
kernel
;
M:
null-writer
stream-element-type
drop
+byte+
;
USING:
io
io.streams.null
kernel
;
M:
null-writer
stream-flush
drop
;
USING:
io
io.streams.null
kernel
;
M:
null-writer
stream-write
2drop
;
USING:
io
io.streams.null
kernel
;
M:
null-writer
stream-write1
2drop
;