public class LZ4Encoder extends Object
| Constructor and Description |
|---|
LZ4Encoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compressToLhLz4Chunk(byte[] data) |
static byte[] |
decompressFromLhLz4Chunk(byte[] compressedData,
int rawSize) |
public static byte[] compressToLhLz4Chunk(byte[] data)
throws LogException
LogExceptionpublic static byte[] decompressFromLhLz4Chunk(byte[] compressedData,
int rawSize)
throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.