MCPcopy
hub / github.com/klauspost/compress / Close

Method Close

gzhttp/writer/interface.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type GzipWriter interface {
13 Write(p []byte) (int, error)
14 Close() error
15 Flush() error
16}
17

Callers 15

FuzzEncodingFunction · 0.65
testBlockFunction · 0.65
Example_dictionaryFunction · 0.65
Example_synchronizationFunction · 0.65
TestResetDictFunction · 0.65
testResetOutputFunction · 0.65
mainFunction · 0.65
TestHeader_DecodeFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65

Implementers 7

Writerflate/deflate.go
Encoderzstd/encoder.go
Writerinternal/snapref/encode.go
Writergzip/gzip.go
GzipResponseWritergzhttp/compress.go
Writerzlib/writer.go
Writers2/writer.go

Calls

no outgoing calls

Tested by 15

FuzzEncodingFunction · 0.52
testBlockFunction · 0.52
Example_dictionaryFunction · 0.52
Example_synchronizationFunction · 0.52
TestResetDictFunction · 0.52
testResetOutputFunction · 0.52
TestHeader_DecodeFunction · 0.52
TestSnappy_ConvertSimpleFunction · 0.52
TestSnappy_ConvertXMLFunction · 0.52