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


Field Summary
 int[] chunk_lengths
           
 
Fields inherited from class ncsa.hdf.hdflib.HDFChunkInfo
ctype
 
Constructor Summary
HDFOnlyChunkInfo()
           
HDFOnlyChunkInfo(int[] cl)
           
 
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
Constructor Detail

HDFOnlyChunkInfo

public HDFOnlyChunkInfo()

HDFOnlyChunkInfo

public HDFOnlyChunkInfo(int[] cl)