bytecounter

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadCloser added in v0.7.4

type ReadCloser interface {
	io.ReadCloser
	Count() uint64
}

ReadCloser wraps an io.ReadCloser, reimplementing its interface and counting the bytes written to during copying.

func NewReadCloser added in v0.7.4

func NewReadCloser(rc io.ReadCloser) ReadCloser

NewReadCloser wraps rc.

Jump to

Keyboard shortcuts

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