Uses of Class
ncsa.hdf.object.h5.H5ScalarDS

Packages that use H5ScalarDS
ncsa.hdf.object.h5   
 

Uses of H5ScalarDS in ncsa.hdf.object.h5
 

Methods in ncsa.hdf.object.h5 that return H5ScalarDS
static H5ScalarDS H5ScalarDS.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset in a file.