multee

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Alternative implementation of the multee package, using a synchronized byte slice as a buffer. Implements a multiplexer for io.Readers, making it possible to read from a single io.Reader several times, without needing to Seek back to the beginning.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrClosed = errors.New("multeeReader already closed")
)

Functions

func NewMulteeReader

func NewMulteeReader(inputReader io.Reader) *multeeReader

Types

This section is empty.

Jump to

Keyboard shortcuts

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