bufio

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": "bufio",

	"MaxScanTokenSize": bufio.MaxScanTokenSize,

	"ErrAdvanceTooFar":     bufio.ErrAdvanceTooFar,
	"ErrBufferFull":        bufio.ErrBufferFull,
	"ErrInvalidUnreadByte": bufio.ErrInvalidUnreadByte,
	"ErrInvalidUnreadRune": bufio.ErrInvalidUnreadRune,
	"ErrNegativeAdvance":   bufio.ErrNegativeAdvance,
	"ErrNegativeCount":     bufio.ErrNegativeCount,
	"ErrTooLong":           bufio.ErrTooLong,

	"scanBytes": bufio.ScanBytes,
	"scanLines": bufio.ScanLines,
	"scanRunes": bufio.ScanRunes,
	"scanWords": bufio.ScanWords,

	"ReadWriter":    qlang.StructOf((*bufio.ReadWriter)(nil)),
	"readWriter":    bufio.NewReadWriter,
	"Reader":        qlang.StructOf((*bufio.Reader)(nil)),
	"newReader":     bufio.NewReader,
	"newReaderSize": bufio.NewReaderSize,
	"Scanner":       qlang.StructOf((*bufio.Scanner)(nil)),
	"scanner":       bufio.NewScanner,
	"Writer":        qlang.StructOf((*bufio.Writer)(nil)),
	"newWriter":     bufio.NewWriter,
	"newWriterSize": bufio.NewWriterSize,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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