All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFOnlyChunkInfo

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

public class HDFOnlyChunkInfo
extends HDFChunkInfo

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

In this case, the information is the chunk lengths

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


Variable Index

 o chunk_lengths

Constructor Index

 o HDFOnlyChunkInfo()
 o HDFOnlyChunkInfo(int[])

Variables

 o chunk_lengths
 public int chunk_lengths[]

Constructors

 o HDFOnlyChunkInfo
 public HDFOnlyChunkInfo()
 o HDFOnlyChunkInfo
 public HDFOnlyChunkInfo(int cl[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index