ncsa.hdf.hdflib
Class HDFCompChunkInfo

java.lang.Object
  |
  +--ncsa.hdf.hdflib.HDFChunkInfo
        |
        +--ncsa.hdf.hdflib.HDFCompChunkInfo

public class HDFCompChunkInfo
extends HDFChunkInfo

This class is a container for the parameters to the HDF compressed, chunked class.

In this case, the information includes the compression type, the model type, an appropriate HDFCompInfo object and an appropriate HDFConfModel object.

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


Field Summary
 int[] chunk_lengths
           
 HDFCompInfo cinfo
           
 HDFCompModel cmodel
           
 int comp_type
           
 int model_type
           
 
Fields inherited from class ncsa.hdf.hdflib.HDFChunkInfo
ctype
 
Constructor Summary
HDFCompChunkInfo()
           
HDFCompChunkInfo(int[] cl, int ct, int mt, HDFCompInfo ci, HDFCompModel cm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chunk_lengths

public int[] chunk_lengths

comp_type

public int comp_type

model_type

public int model_type

cinfo

public HDFCompInfo cinfo

cmodel

public HDFCompModel cmodel
Constructor Detail

HDFCompChunkInfo

public HDFCompChunkInfo()

HDFCompChunkInfo

public HDFCompChunkInfo(int[] cl,
                        int ct,
                        int mt,
                        HDFCompInfo ci,
                        HDFCompModel cm)