base64

package
v0.0.0-...-30b4a77 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2016 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package base64 implements base64 helper functions for Mute.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(s string) ([]byte, error)

Decode returns the bytes represented by the base64 string s.

func Encode

func Encode(src []byte) string

Encode returns the base64 encoding of src.

func NewDecoder

func NewDecoder(r io.Reader) io.Reader

NewDecoder constructs a new base64 stream decoder.

func NewEncoder

func NewEncoder(w io.Writer) io.WriteCloser

NewEncoder returns a new base64 stream encoder.

Types

This section is empty.

Jump to

Keyboard shortcuts

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