Package hdf.hdflib
Class HDFNBITCompInfo
java.lang.Object
hdf.hdflib.HDFCompInfo
hdf.hdflib.HDFNewCompInfo
hdf.hdflib.HDFNBITCompInfo
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.
-
Field Summary
Fields inherited from class hdf.hdflib.HDFNewCompInfo
ctype
-
Constructor Summary
ConstructorDescriptionHDFNBITCompInfo(int Nt, int Sign_ext, int Fill_one, int Start_bit, int Bit_len)
-
Method Summary
-
Field Details
-
nt
public int nt -
sign_ext
public int sign_ext -
fill_one
public int fill_one -
start_bit
public int start_bit -
bit_len
public int bit_len
-
-
Constructor Details
-
HDFNBITCompInfo
public HDFNBITCompInfo() -
HDFNBITCompInfo
public HDFNBITCompInfo(int Nt, int Sign_ext, int Fill_one, int Start_bit, int Bit_len)
-