All Packages  Class Hierarchy  This Package  Previous  Next  Index

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


Variable Index

 o chunk_lengths
 o cinfo
 o cmodel
 o comp_type
 o model_type

Constructor Index

 o HDFCompChunkInfo()
 o HDFCompChunkInfo(int[], int, int, HDFCompInfo, HDFCompModel)

Variables

 o chunk_lengths
 public int chunk_lengths[]
 o comp_type
 public int comp_type
 o model_type
 public int model_type
 o cinfo
 public HDFCompInfo cinfo
 o cmodel
 public HDFCompModel cmodel

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index