Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/snappy
/ types & classes
Types & classes
3 in github.com/golang/snappy
⨍
Functions
117
◇
Types & classes
3
Struct
Reader
Reader is an io.Reader that can read Snappy-compressed bytes. Reader handles the Snappy stream format, not the Snappy block format.
decode.go:90
Struct
Writer
Writer is an io.Writer that can write Snappy-compressed bytes. Writer handles the Snappy stream format, not the Snappy block format.
encode.go:146
TypeAlias
writeCounter
snappy_test.go:1179