Package ncsa.hdf.hdflib
Class HDFNBITChunkInfo
- java.lang.Object
-
- ncsa.hdf.hdflib.HDFChunkInfo
-
- ncsa.hdf.hdflib.HDFNBITChunkInfo
-
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
-
-
Field Summary
Fields Modifier and Type Field Description intbit_lenint[]chunk_lengthsintfill_oneintsign_extintstart_bit-
Fields inherited from class ncsa.hdf.hdflib.HDFChunkInfo
cinfo, comp_type, ctype
-
-
Constructor Summary
Constructors Constructor Description HDFNBITChunkInfo()HDFNBITChunkInfo(int[] cl, int sb, int bl, int se, int fo)
-