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