Handbook
Glossary
decode-stream ( encoding -- )
Vocabulary
xml
.
autoencoding
Inputs
encoding
an
object
Outputs
None
Definition
USING:
accessors
io.encodings
kernel
namespaces
xml.state
;
IN:
xml.autoencoding
:
decode-stream
( encoding -- )
spot
get
[
swap
re-decode
]
change-stream
drop
;