public class HDFNBITCompInfo extends HDFNewCompInfo
This class is a container for the parameters to the HDF ``NBIT'' compression class.
In this case, the information needed is the number type, the sign extension, the fill bit, the start bit, and the number of bits to store.
| Modifier and Type | Field and Description |
|---|---|
int |
bit_len |
int |
fill_one |
int |
nt |
int |
sign_ext |
int |
start_bit |
ctype| Constructor and Description |
|---|
HDFNBITCompInfo() |
HDFNBITCompInfo(int Nt,
int Sign_ext,
int Fill_one,
int Start_bit,
int Bit_len) |