Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CgoZstdCompressor ¶
type CgoZstdCompressor struct {
// contains filtered or unexported fields
}
func NewCgoZstdCompressor ¶
func NewCgoZstdCompressor(level int) *CgoZstdCompressor
func (*CgoZstdCompressor) Compress ¶
func (c *CgoZstdCompressor) Compress(src, dst []byte) ([]byte, error)
func (*CgoZstdCompressor) Decompress ¶
func (c *CgoZstdCompressor) Decompress(src, dst []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.