All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.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


Variable Index

 o bit_len
 o chunk_lengths
 o fill_one
 o sign_ext
 o start_bit

Constructor Index

 o HDFNBITChunkInfo()
 o HDFNBITChunkInfo(int[], int, int, int, int)

Variables

 o chunk_lengths
 public int chunk_lengths[]
 o start_bit
 public int start_bit
 o bit_len
 public int bit_len
 o sign_ext
 public int sign_ext
 o fill_one
 public int fill_one

Constructors

 o HDFNBITChunkInfo
 public HDFNBITChunkInfo()
 o HDFNBITChunkInfo
 public HDFNBITChunkInfo(int cl[],
                         int sb,
                         int bl,
                         int se,
                         int fo)

All Packages  Class Hierarchy  This Package  Previous  Next  Index