public class HDFNBITChunkInfo extends HDFChunkInfo
This class is a container for the parameters to the HDF NBIT compressed chunked class.
In this case, the information is the start bit, len, sign extension and fill.
For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu
Modifier and Type | Field and Description |
---|---|
int |
bit_len |
int[] |
chunk_lengths |
int |
fill_one |
int |
sign_ext |
int |
start_bit |
cinfo, comp_type, ctype
Constructor and Description |
---|
HDFNBITChunkInfo() |
HDFNBITChunkInfo(int[] cl,
int sb,
int bl,
int se,
int fo) |