All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFNBITCompInfo

java.lang.Object
   |
   +----ncsa.hdf.hdflib.HDFCompInfo
           |
           +----ncsa.hdf.hdflib.HDFNewCompInfo
                   |
                   +----ncsa.hdf.hdflib.HDFNBITCompInfo

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.

For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu


Constructor Index

 o HDFNBITCompInfo()
 o HDFNBITCompInfo(int, int, int, int, int)

Constructors

 o HDFNBITCompInfo
 public HDFNBITCompInfo()
 o HDFNBITCompInfo
 public HDFNBITCompInfo(int Nt,
                        int Sign_ext,
                        int Fill_one,
                        int Start_bit,
                        int Bit_len)

All Packages  Class Hierarchy  This Package  Previous  Next  Index