Handbook
Glossary
hexdump-stream ( stream -- )
Vocabulary
tools
.
hexdump
.
private
Inputs
stream
an
object
Outputs
None
Definition
USING:
io
kernel
math
math.parser
sequences
;
IN:
tools.hexdump.private
:
hexdump-stream
( stream -- )
reset-line#
0
swap
[
all-bytes
[
write-hex-line
]
[
length
+
]
bi
]
16
(each-stream-block)
>hex
8 48
pad-head
print
;