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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunk_lengths
public int[] chunk_lengths
HDFOnlyChunkInfo
public HDFOnlyChunkInfo()
HDFOnlyChunkInfo
public HDFOnlyChunkInfo(int[] cl)