Documentation
¶
Index ¶
Constants ¶
View Source
const (
// MaxInputSize is the largest buffer than can be compressed in a single block
MaxInputSize = 0x7E000000
)
Variables ¶
Functions ¶
func CompressBound ¶
CompressBound returns the maximum length of a lz4 block
func Decode ¶
Decode returns the decoded form of src. The returned slice may be a subslice of dst if it was large enough to hold the entire decoded block.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.