Handbook
Glossary
>base85 ( seq -- base85 )
Base85 conversions
Next:
>base85-lines ( seq -- base85 )
Vocabulary
base85
Inputs
seq
a
sequence
Outputs
base85
a
sequence
Word description
Encode into Base85 encoding.
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
base85
:
>base85
( seq -- base85 )
binary
[
binary
[
encode-base85
]
with-byte-reader
]
with-byte-writer
;