Handbook
Glossary
encoder
Vocabulary
io
.
encodings
Definition
IN:
io.encodings
TUPLE:
encoder
{
stream
read-only
}
{
code
read-only
}
;
Methods
USING:
accessors
destructors
io.encodings
;
M:
encoder
dispose
stream>>
dispose
;
inline
USING:
accessors
io.encodings
kernel
;
M:
encoder
re-encode
[
stream>>
]
dip
re-encode
;
USING:
accessors
io.encodings
io.timeouts
;
M:
encoder
set-timeout
stream>>
set-timeout
;
USING:
io
io.encodings
kernel
;
M:
encoder
stream-element-type
drop
+character+
;
inline
USING:
accessors
io
io.encodings
;
M:
encoder
stream-flush
stream>>
stream-flush
;
inline
USING:
io
io.encodings
io.encodings.private
;
M:
encoder
stream-write
>encoder<
encode-string
;
inline
USING:
io
io.encodings
io.encodings.private
;
M:
encoder
stream-write1
>encoder<
encode-char
;
inline
USING:
accessors
io.encodings
io.ports
;
M:
encoder
underlying-port
stream>>
underlying-port
;