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