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