peeker

package
v7.0.95 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PeekReadCloser

type PeekReadCloser struct {
	io.ReadCloser
	// contains filtered or unexported fields
}

PeekReadCloser offers a way to peek a ReadCloser stream and then return the exact stream of the underlying ReadCloser

func NewPeekReadCloser

func NewPeekReadCloser(rc io.ReadCloser, maxBufSize int) *PeekReadCloser

NewPeekReadCloser returns a new peek reader

func (*PeekReadCloser) Close

func (prc *PeekReadCloser) Close() error

Close releases the record buffer memory and close the underlying ReadCloser

func (*PeekReadCloser) Read

func (prc *PeekReadCloser) Read(p []byte) (int, error)

func (*PeekReadCloser) ReplayFromStart

func (prc *PeekReadCloser) ReplayFromStart()

ReplayFromStart ensures next Read() will restart to stream the underlying ReadCloser stream from the beginning

Jump to

Keyboard shortcuts

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