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

Method Write

gzhttp/writer/interface.go:13–13  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

11// GzipWriter implements the functions needed for compressing content.
12type GzipWriter interface {
13 Write(p []byte) (int, error)
14 Close() error
15 Flush() error
16}

Callers 15

FuzzEncodingFunction · 0.65
TestDictDecoderFunction · 0.65
writeMethod · 0.65
writeTokensMethod · 0.65
writeBlockHuffMethod · 0.65
TestResetDictFunction · 0.65
copyBufferFunction · 0.65
WriteToMethod · 0.65
WriteMethod · 0.65
testResetOutputFunction · 0.65
WriteToMethod · 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
TestDictDecoderFunction · 0.52
TestResetDictFunction · 0.52
copyBufferFunction · 0.52
WriteMethod · 0.52
testResetOutputFunction · 0.52
FuzzEncodingFunction · 0.52
TestEncoder_SmallDictFunction · 0.52
Test_seqdec_decoderFunction · 0.52