Method Compress
Compress(Byte[], Int32, Int32, DataOutput, LZ4.HashTable)
Compress bytes[off:off+len]
into out
using
at most 16KB of memory. ht
shouldn't be shared across threads
but can safely be reused.
Declaration
public static void Compress(byte[] bytes, int off, int len, DataOutput out, LZ4.HashTable ht)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | |
System.Int32 | off | |
System.Int32 | len | |
DataOutput | out | |
LZ4.HashTable | ht |