bytecounter

package
v0.0.0-...-235cd09 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package bytecounter contains a io.ReadWriter wrapper that allows to count read and written bytes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteCounter

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

ByteCounter is a io.ReadWriter wrapper that allows to count read and written bytes.

func New

func New(rw io.ReadWriter, received *uint64, sent *uint64) *ByteCounter

New allocates a ByteCounter.

func (*ByteCounter) BytesReceived

func (bc *ByteCounter) BytesReceived() uint64

BytesReceived returns the number of bytes received.

func (*ByteCounter) BytesSent

func (bc *ByteCounter) BytesSent() uint64

BytesSent returns the number of bytes sent.

func (*ByteCounter) Read

func (bc *ByteCounter) Read(p []byte) (int, error)

Read implements io.ReadWriter.

func (*ByteCounter) Write

func (bc *ByteCounter) Write(p []byte) (int, error)

Write implements io.ReadWriter.

Jump to

Keyboard shortcuts

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