encoders

package
v0.0.0-...-1b2fc92 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseEncoder

type BaseEncoder interface {
	Start() error
}

BaseEncoder is an interface that defines a start function, used for setup.

type Decoder

type Decoder interface {
	Decode(r io.Reader, w io.Writer) error
	BaseEncoder
}

Decoder is a BaseEncoder with and Decode method

type EncodeFun

type EncodeFun func(io.Reader, io.Writer) error

EncodeFun is a shortcut type for an encode function

type Encoder

type Encoder interface {
	Encode(r io.Reader, w io.Writer) error
	BaseEncoder
}

Encoder is a BaseEncoder with and Encode method

type EncoderDecoder

type EncoderDecoder interface {
	Encode(r io.Reader, w io.Writer) error
	Decode(r io.Reader, w io.Writer) error
	BaseEncoder
}

EncoderDecoder is a BaseEncoder with a Encode and Decode methods

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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