io

package
v0.0.0-...-e7f8917 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "io",

	"EOF":              io.EOF,
	"ErrClosedPipe":    io.ErrClosedPipe,
	"ErrNoProgress":    io.ErrNoProgress,
	"ErrShortBuffer":   io.ErrShortBuffer,
	"ErrShortWrite":    io.ErrShortWrite,
	"ErrUnexpectedEOF": io.ErrUnexpectedEOF,

	"copy":        io.Copy,
	"copyN":       io.CopyN,
	"readAtLeast": io.ReadAtLeast,
	"readFull":    io.ReadFull,
	"writeString": io.WriteString,

	"limitReader": io.LimitReader,
	"multiReader": io.MultiReader,
	"teeReader":   io.TeeReader,
	"multiWriter": io.MultiWriter,

	"LimitedReader": qlang.StructOf((*io.LimitedReader)(nil)),
	"PipeReader":    qlang.StructOf((*io.PipeReader)(nil)),
	"pipe":          io.Pipe,
	"PipeWriter":    qlang.StructOf((*io.PipeWriter)(nil)),
	"SectionReader": qlang.StructOf((*io.SectionReader)(nil)),
	"sectionReader": io.NewSectionReader,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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