package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 17, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
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.