Documentation ¶
Overview ¶
Package zstd does nothing, it's kept for backward compatibility to avoid breaking the majority of programs that imported it to install the compression codec, which is now always included.
Index ¶
Constants ¶
View Source
const ( Code = 4 DefaultCompressionLevel = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionCodec ¶
func NewCompressionCodec ¶
func NewCompressionCodec() *CompressionCodec
func NewCompressionCodecWith ¶
func NewCompressionCodecWith(level int) *CompressionCodec
Click to show internal directories.
Click to hide internal directories.