proxyreader

package
v0.0.0-...-277eb20 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByIncrementer

type ByIncrementer interface {
	ReportIncrement(int) error
}

type ProxyReader

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

ProxyReader wraps around a reader and calls the incrementer function on every read reporting the number of bytes read

func NewProxyReader

func NewProxyReader(inc ByIncrementer, r io.Reader) *ProxyReader

func (*ProxyReader) Read

func (pr *ProxyReader) Read(buf []byte) (int, error)

func (*ProxyReader) ReadAt

func (pr *ProxyReader) ReadAt(p []byte, offset int64) (int, error)

ReadAt reads into buffer starting at offset and reports progress Calls complete method on EOF

Jump to

Keyboard shortcuts

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