package
standard library
Version:
go1.23.3
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package zstd provides a decompressor for zstd streams,
described in RFC 8878. It does not support dictionaries.
Reader implements io.Reader to read a zstd compressed stream.
NewReader creates a new Reader that decompresses data from the given reader.
Reset discards the current state and starts reading a new stream from r.
This permits reusing a Reader rather than allocating a new one.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.