C# Класс Gibbed.RED.Pack.LZF

Improved C# LZF Compressor, a very small data compression library. The compression algorithm is extremely fast.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Compress ( byte input, int inputLength, byte output, int outputLength ) : int

Compresses the data using LibLZF algorithm

Описание методов

Compress() публичный Метод

Compresses the data using LibLZF algorithm
public Compress ( byte input, int inputLength, byte output, int outputLength ) : int
input byte Reference to the data to compress
inputLength int Length of the data to compress
output byte Reference to a buffer which will contain the compressed data
outputLength int Length of the compression buffer (should be bigger than the input buffer)
Результат int