package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jul 29, 2023
License: Apache-2.0
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.