Handbook
Glossary
hexdump. ( byte-array -- )
Hexdump
Prev:
hexdump ( byte-array -- str )
Vocabulary
tools
.
hexdump
Inputs
byte-array
a
byte-array
Outputs
None
Word description
Converts a sequence to its hexadecimal and ASCII representation sixteen characters at a time and writes it to standard out.
Definition
IN:
tools.hexdump
GENERIC:
hexdump.
( byte-array -- )
Methods
USING:
byte-arrays
tools.hexdump
tools.hexdump.private
;
M:
byte-array
hexdump.
all-bytes
hexdump-bytes
;
USING:
accessors
byte-vectors
tools.hexdump
tools.hexdump.private
;
M:
byte-vector
hexdump.
all-bytes
underlying>>
hexdump-bytes
;
USING:
io.encodings.string
io.encodings.utf8
strings
tools.hexdump
;
M:
string
hexdump.
utf8
encode
hexdump.
;