package
Version:
v1.87.14-cluster
Opens a new window with list of versions in this module.
Published: Feb 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
func CompressLevel(dst, src []byte, compressionLevel int) []byte
CompressLevel appends compressed src to dst and returns the result.
The given compressionLevel is used for the compression.
Decompress appends decompressed src to dst and returns the result.
Reader is zstd reader
NewReader returns zstd reader for the given r.
Writer is zstd writer
NewWriterLevel returns zstd writer for the given w and level.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.