pickle

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmptyList = []byte{0x28, 0x6c, 0x70, 0x30, 0xa, 0x2e}

Functions

This section is empty.

Types

type Writer

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

Pickle encoder

func NewWriter

func NewWriter(w io.Writer) *Writer

func (*Writer) Append

func (p *Writer) Append()

func (*Writer) AppendFloat64

func (p *Writer) AppendFloat64(v float64)

func (*Writer) AppendNulls

func (p *Writer) AppendNulls(count int)

func (*Writer) Bool

func (p *Writer) Bool(b bool)

func (*Writer) Bytes

func (p *Writer) Bytes(byt []byte)

func (*Writer) Dict

func (p *Writer) Dict()

func (*Writer) List

func (p *Writer) List()

func (*Writer) Mark

func (p *Writer) Mark()

func (*Writer) SetItem

func (p *Writer) SetItem()

func (*Writer) Stop

func (p *Writer) Stop()

func (*Writer) String

func (p *Writer) String(v string)

func (*Writer) TupleEnd

func (p *Writer) TupleEnd()

func (*Writer) Uint32

func (p *Writer) Uint32(v uint32)

Jump to

Keyboard shortcuts

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