io

package
v0.0.0-...-4cc5765 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2022 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EOF = io.EOF

identical to io.EOF

Functions

This section is empty.

Types

type Closer

type Closer interface {
	Close() error
}

equivalent to io.Closer

type ReadCloser

type ReadCloser interface {
	Reader
	Closer
}

equivalent to io.ReadCloser

type Reader

type Reader interface {
	Read(p []byte) (n int, err error)
}

equivalent to io.Reader

type StringWriter

type StringWriter interface {
	WriteString(s string) (n int, err error)
}

equivalent to io.StringWriter

type Writer

type Writer interface {
	Write(p []byte) (n int, err error)
}

equivalent to io.Writer

Jump to

Keyboard shortcuts

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