public class EncodeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DATA_LENGTH |
| Constructor and Description |
|---|
EncodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
lz4Compress(byte[] data) |
static byte[] |
lz4Decompress(byte[] data) |
public static final int MAX_DATA_LENGTH
Copyright © 2023. All rights reserved.