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