ajmarshal

package
v0.0.0-...-b268664 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDecoder

func NewDecoder(in io.Reader, order binary.ByteOrder) *decoder

newDecoder returns a new decoder that reads values from in. The input is expected to be in the given byte order.

func NewEncoder

func NewEncoder(out io.Writer, order binary.ByteOrder) *encoder

NewEncoder returns a new encoder that writes to out in the given byte order.

func NewEncoderAtOffset

func NewEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder

Types

type FormatError

type FormatError string

A FormatError is an error in the wire format.

func (FormatError) Error

func (e FormatError) Error() string

Jump to

Keyboard shortcuts

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