progressreadseeker

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgressFn

type ProgressFn func(approxReadBytes int64, totalSize int64)

type Reader

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

func New

func New(rs io.ReadSeeker, precision int64, totalSize int64, fn ProgressFn) *Reader

func (*Reader) Read

func (prs *Reader) Read(p []byte) (n int, err error)

func (*Reader) Seek

func (prs *Reader) Seek(offset int64, whence int) (int64, error)

func (*Reader) Unwrap added in v0.6.0

func (prs *Reader) Unwrap() any

Jump to

Keyboard shortcuts

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