ascii85

package module
v0.0.0-...-167f29a Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: BSD-3-Clause Imports: 3 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL