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
Click to show internal directories.
Click to hide internal directories.