ncsa.hdf.hdflib
Class HDFNBITCompInfo

java.lang.Object
  extended byncsa.hdf.hdflib.HDFCompInfo
      extended byncsa.hdf.hdflib.HDFNewCompInfo
          extended byncsa.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


Field Summary
 
Fields inherited from class ncsa.hdf.hdflib.HDFNewCompInfo
ctype
 
Constructor Summary
HDFNBITCompInfo()
           
HDFNBITCompInfo(int Nt, int Sign_ext, int Fill_one, int Start_bit, int Bit_len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDFNBITCompInfo

public HDFNBITCompInfo()

HDFNBITCompInfo

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