bufio

package
v2.9.60+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name":   "bufio",
	"reader":  NewReader,
	"writer":  NewWriter,
	"scanner": bufio.NewScanner,
}

Exports is the export table of this module.

Functions

func NewReader

func NewReader(rd io.Reader, size ...int) *bufio.Reader

NewReader returns a new Reader with size (optional) or using default size.

func NewWriter

func NewWriter(w io.Writer, size ...int) *bufio.Writer

NewWriter returns a new Writer with size (optional) or using default size.

Types

This section is empty.

Jump to

Keyboard shortcuts

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