read

package
v0.2.52 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: Apache-2.0 Imports: 3 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string) *File

Open 打开文件

func (*File) Read

func (file *File) Read() ([]byte, error)

读取文件

func (*File) ReadBlock

func (file *File) ReadBlock(bufSize int, callback func([]byte)) error

ReadBlock 分块读取文件

Jump to

Keyboard shortcuts

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