Constructor and Description |
---|
DeflatePipelineFilter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] compressedData,
int[] filterData)
Applies this filter to decode data.
|
int |
getId()
Gets the ID of this filter, this must match the ID in the dataset header.
|
java.lang.String |
getName()
Gets the name of this filter e.g.
|
public int getId()
Filter
public java.lang.String getName()
Filter
public byte[] decode(byte[] compressedData, int[] filterData)
Filter
HdfFilterException
will be thrown. This method must be thread safe,
multiple thread may use the filter simultaneously.