Handbook
Glossary
parse-length-bytes ( byte -- sequence )
Vocabulary
dns
Inputs
byte
an
object
Outputs
sequence
an
object
Definition
USING:
io
io.encodings.string
io.encodings.utf8
;
IN:
dns
:
parse-length-bytes
( byte -- sequence )
read
utf8
decode
;