fastio

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: BSD-3-Clause Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	Write([]byte) (int, error)
	WriteAt([]byte, int64) (int, error)
	WriteSync([]byte) (int64, error)
	ReadAt([]byte, int64) (int, error)
	Read([]byte) (int, error)
	Close() error
}

func New

func New(f *os.File) (r File, err error)

func Open

func Open(path string) (r File, err error)

Jump to

Keyboard shortcuts

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