All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ncsa.hdf.hdflib.HDFChunkInfo | +----ncsa.hdf.hdflib.HDFNBITChunkInfo
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
public int chunk_lengths[]
public int start_bit
public int bit_len
public int sign_ext
public int fill_one
public HDFNBITChunkInfo()
public HDFNBITChunkInfo(int cl[], int sb, int bl, int se, int fo)
All Packages Class Hierarchy This Package Previous Next Index