Object
hdf.object.h5.H5Utils
public final class H5Utils extends Object
- 
Constructor SummaryConstructors Constructor Description H5Utils()
- 
Method SummaryModifier and Type Method Description static longgetTotalSelectedSpacePoints(long did, long[] dsetDims, long[] startDims, long[] selectedStride, long[] selectedDims, long[] spaceIDs)static longselectHyperslab(long did, long[] dsetDims, long[] startDims, long[] selectedStride, long[] selectedDims, long[] spaceIDs)Set up a hyperslab selection within a dataset.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
H5Utilspublic H5Utils()
 
- 
- 
Method Details- 
selectHyperslabpublic static final long selectHyperslab(long did, long[] dsetDims, long[] startDims, long[] selectedStride, long[] selectedDims, long[] spaceIDs) throws hdf.hdf5lib.exceptions.HDF5ExceptionSet up a hyperslab selection within a dataset.- Parameters:
- did- IN dataset ID
- dsetDims- IN dimensions
- startDims- IN start dimensions
- selectedStride- IN selected stride values
- selectedDims- IN selected dimensions
- spaceIDs- IN/OUT memory and file space IDs -- spaceIDs[0]=mspace, spaceIDs[1]=fspace
- Returns:
- total number of data points selected
- Throws:
- hdf.hdf5lib.exceptions.HDF5Exception- If there is an error at the HDF5 library level.
 
- 
getTotalSelectedSpacePointspublic static final long getTotalSelectedSpacePoints(long did, long[] dsetDims, long[] startDims, long[] selectedStride, long[] selectedDims, long[] spaceIDs) throws hdf.hdf5lib.exceptions.HDF5Exception- Throws:
- hdf.hdf5lib.exceptions.HDF5Exception
 
 
-