Handbook
Glossary
hexdump ( byte-array -- str )
Hexdump
Next:
hexdump. ( byte-array -- )
Vocabulary
tools
.
hexdump
Inputs
byte-array
a
byte-array
Outputs
str
a
string
Word description
Converts a sequence to its hexadecimal and ASCII representation sixteen characters at a time. Lines are separated by a newline character.
See also
hexdump.
Definition
USING:
io.streams.string
;
IN:
tools.hexdump
:
hexdump
( byte-array -- str )
[
hexdump.
]
with-string-writer
;