gzipreader

package
v1.12.2 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GZipReader

type GZipReader interface {
	io.Reader

	LenCompressed() int64
	LenUnCompressed() int64

	Rate() float64
}

func GzipReader

func GzipReader(r io.Reader) GZipReader

GzipReader is used to GZIP a io.reader on fly. The given io.reader is not a gzip reader but the result is a GZipped reader

Jump to

Keyboard shortcuts

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