stream

package
v0.0.0-...-af588ad Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2025 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ChunkSize = 64 * 1024

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

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

func NewReader

func NewReader(arereader io.Reader, concurrent int) *Reader

func (*Reader) Read

func (r *Reader) Read(p []byte) (int, error)

func (*Reader) WriteTo

func (r *Reader) WriteTo(w io.Writer) (int64, error)

type Writer

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

func NewWriter

func NewWriter(agewriter io.Writer, dest io.Writer, concurrent int) *Writer

func (*Writer) Close

func (w *Writer) Close() error

func (*Writer) Write

func (w *Writer) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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