Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressLevel ¶
CompressLevel appends compressed src to dst and returns the result.
The given compressionLevel is used for the compression.
func Decompress ¶
Decompress appends decompressed src to dst and returns the result.
This function must be called only for the trusted src. Otherwise use DecompressLimited function.
func DecompressLimited ¶ added in v1.110.24
Decompress appends decompressed src to dst and returns the result.
If the decompressed result exceeds maxDataSizeBytes, then error is returned.
Types ¶
type Reader ¶ added in v1.102.17
Reader is zstd reader
Click to show internal directories.
Click to hide internal directories.