lz4 package¶
Most of the functionality of this package is found in the lz4.frame
,
the lz4.block
and the lz4.stream
sub-packages.
Contents¶
-
lz4.
library_version_number
()¶ Returns the version number of the LZ4 library.
- Parameters
None –
- Returns
version number eg. 10705
- Return type
int
-
lz4.
library_version_string
()¶ Returns the version number of the LZ4 library as a string containing the semantic version.
- Parameters
None –
- Returns
version number eg. “1.7.5”
- Return type
str