image

package
v0.0.0-...-bc14385 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder struct {
	// contains filtered or unexported fields
}

func NewEncoder

func NewEncoder(_ string, key []byte) Encoder

func (Encoder) Decode

func (e Encoder) Decode(data io.Reader, payload io.Writer) error

func (Encoder) Encode

func (e Encoder) Encode(payload, carrier io.Reader, data io.Writer) error

type Image

type Image struct {
	// contains filtered or unexported fields
}

func NewImage

func NewImage(r io.Reader) (*Image, error)

func (*Image) Encode

func (img *Image) Encode(w io.Writer) error

func (*Image) Read

func (img *Image) Read(p []byte) (int, error)

func (*Image) Write

func (img *Image) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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