Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 734 Bytes

wan24-Compression-LZ4

This library adopts K4os.Compression.LZ4 to wan24-Compression and extends the wan24-Compression library with these algorithms:

Algorithm ID Name
LZ4 2 LZ4

How to get it

This library is available as NuGet package.

Usage

In case you don't use the wan24-Core bootstrapper logic, you need to initialize the LZ4 extension first, before you can use it:

wan24.Compression.LZ4.Bootstrapper.Boot();

This will register the compression algorithm to the wan24-Compression library.