![]() |
HDF
4.3.0
API Reference
|
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.
Inheritance diagram for HDFNBITChunkInfo:Public Member Functions | |
| HDFNBITChunkInfo () | |
| HDFNBITChunkInfo (int[] cl, int sb, int bl, int se, int fo) | |
Public Member Functions inherited from HDFChunkInfo | |
| HDFChunkInfo () | |
| HDFChunkInfo (int[] cl, int ct, HDFCompInfo ci) | |
| HDFChunkInfo (int[] cl) | |
Data Fields | |
| int[] | chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS] |
| int | start_bit = 0 |
| int | bit_len = 0 |
| int | sign_ext = 0 |
| int | fill_one = 0 |
Data Fields inherited from HDFChunkInfo | |
| int | ctype |
| int[] | chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS] |
| int | comp_type = HDFConstants.COMP_CODE_NONE |
| HDFCompInfo | cinfo = null |
| HDFNBITChunkInfo | ( | ) |
| HDFNBITChunkInfo | ( | int[] | cl, |
| int | sb, | ||
| int | bl, | ||
| int | se, | ||
| int | fo ) |
| int bit_len = 0 |
| int [] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS] |
| int fill_one = 0 |
| int sign_ext = 0 |
| int start_bit = 0 |