Constructor and Description |
---|
LzfFilter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] encodedData,
int[] filterData)
Applies this filter to decode data.
|
int |
getId()
Id defined in https://support.hdfgroup.org/services/filters.html
|
java.lang.String |
getName()
The name of this filter, "lzf
|
public int getId()
public java.lang.String getName()
public byte[] decode(byte[] encodedData, int[] filterData)
Filter
HdfFilterException
will be thrown. This method must be thread safe,
multiple thread may use the filter simultaneously.