Documentation
¶
Index ¶
Constants ¶
View Source
const ( // re-export, prefer the first one ZipMethodWinZip = zstd.ZipMethodWinZip ZipMethodPKWare = zstd.ZipMethodPKWare )
Variables ¶
View Source
var ( Compr = zstd.ZipCompressor(zstd.WithEncoderCRC(false)) Decomp = zstd.ZipDecompressor() )
Functions ¶
func OpenReader ¶
func OpenReader(name string) (*zip.ReadCloser, error)
func RegisterCompressor ¶
func RegisterCompressor(z checkCompressor)
func RegisterDecompressor ¶
func RegisterDecompressor(z checkDecompressor)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.