Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGunzipReadCloser ¶
func NewGunzipReadCloser(in io.ReadCloser) (*gunzipReadCloser, error)
func NewGzipPipe ¶
func NewGzipPipe(in io.ReadCloser) *gzipPipe
NewGzipPipe returns an io.ReadCloser that wraps an input data stream, applying gzip compression to the underlying data on Read and closing the underlying data on Close.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.