ioutil

package
v0.0.0-...-90c9d3a Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2010 License: BSD-3-Clause, GooglePatentClause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadAll

func ReadAll(r io.Reader) ([]byte, os.Error)

ReadAll reads from r until an error or EOF and returns the data it read.

func ReadDir

func ReadDir(dirname string) ([]*os.Dir, os.Error)

ReadDir reads the directory named by dirname and returns a list of sorted directory entries.

func ReadFile

func ReadFile(filename string) ([]byte, os.Error)

ReadFile reads the file named by filename and returns the contents.

func WriteFile

func WriteFile(filename string, data []byte, perm int) os.Error

WriteFile writes data to a file named by filename. If the file does not exist, WriteFile creates it with permissions perm; otherwise WriteFile truncates it before writing.

Types

This section is empty.

Jump to

Keyboard shortcuts

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