Discover Packages
github.com/essentialkaos/npck
zst
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Apr 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package zst provides methods for unpacking files with Zstandart compression
View Source
var (
ErrNilReader = fmt .Errorf ("Reader can not be nil")
ErrEmptyInput = fmt .Errorf ("Path to input file can not be empty")
ErrEmptyOutput = fmt .Errorf ("Path to output file can not be empty")
)
Read reads compressed data using given reader and unpacks it to
the given directory
Unpacks file to given directory
Source Files
¶
Click to show internal directories.
Click to hide internal directories.