module

Compress::LZ4

Constants

LZ4_VERSION = SemanticVersion.parse(String.new(LibLZ4.version_string))
LZ4_VERSION_MINIMUM = SemanticVersion.parse("1.9.2")
VERSION = "1.0.0"

Class methods

decode(compressed : Bytes) : Bytes
Source
encode(content : String)
Source
encode(content : Bytes)
Source

Nested types