ascii85

package module
v0.0.0-...-007787e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2025 License: BSD-3-Clause Imports: 3 Imported by: 2

Documentation

Overview

Package ascii85 defines filters to encode/decode data using ASCII85 encoding. These filters can be connected to other filters via io.Pipes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromASCII85

func FromASCII85(r io.Reader) *io.PipeReader

FromASCII85 reads ascii85 encoded data from r, decodes it using the ascii85 decoder. The decoded data can be read using the returned PipeReader.

func ToASCII85

func ToASCII85(r io.Reader) *io.PipeReader

ToASCII85 reads data from r, encodes it using Ascii85. The Ascii85 encoded data can be read using the returned PipeReader.

Types

This section is empty.