myio

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: GPL-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendFileAt added in v0.3.0

func SendFileAt(of *os.File, rs io.ReadCloser, wOff int64) error

*

  • 线程安全

Types

type ReadStream

type ReadStream struct {
	EOF bool
	// contains filtered or unexported fields
}

func InitReadStream

func InitReadStream(sock io.Reader) *ReadStream

func (*ReadStream) ReadLine

func (readStream *ReadStream) ReadLine() (string, error)

func (*ReadStream) SplitFunc

func (readStream *ReadStream) SplitFunc(data []byte, atEOF bool) (advance int, token []byte, err error)

用回车换行符分隔

Jump to

Keyboard shortcuts

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