Handbook
Glossary
>base85-lines ( seq -- base85 )
Base85 conversions
Prev:
>base85 ( seq -- base85 )
Next:
base85> ( base85 -- seq )
Vocabulary
base85
Inputs
seq
an
object
Outputs
base85
an
object
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
base85
:
>base85-lines
( seq -- base85 )
binary
[
binary
[
encode-base85-lines
]
with-byte-reader
]
with-byte-writer
;