compress/zlib.Writer.Reset (method)

2 uses

	compress/zlib (current package)
		writer.go#L78: func (z *Writer) Reset(w io.Writer) {

	github.com/go-git/go-git/v5/plumbing/format/packfile
		encoder.go#L122: 	e.zw.Reset(e.w)