public class LZ4CompressData
extends java.lang.Object
| 构造器和说明 |
|---|
LZ4CompressData(int length,
byte[] compressedData) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getCompressedData()
get the compressed data.
|
int |
getLength()
get the exact size of the original input.
|
void |
setCompressedData(byte[] compressedData)
set the compressed data.
|
void |
setLength(int length)
set the exact size of the original input.
|
public int getLength()
public void setLength(int length)
length - the exact size of the original input.public byte[] getCompressedData()
public void setCompressedData(byte[] compressedData)
compressedData - the compressed dataCopyright © 2026 The Apache Software Foundation. All rights reserved.