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