xio

package
v0.27.3 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrLimitReached = xerrors.Errorf("i/o limit reached")

Functions

This section is empty.

Types

type LimitWriter

type LimitWriter struct {
	Limit int64
	N     int64
	W     io.Writer
}

LimitWriter will only write bytes to the underlying writer until the limit is reached.

func NewLimitWriter

func NewLimitWriter(w io.Writer, n int64) *LimitWriter

func (*LimitWriter) Write

func (l *LimitWriter) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy