ncsa.hdf.object.Dataset.convertFromUnsignedC(Object)
|
ncsa.hdf.object.Dataset.convertToUnsignedC(Object)
|
ncsa.hdf.object.CompoundDS.copy(Group, String, long[], Object)
Not implemented for compound dataset.
|
ncsa.hdf.object.FileFormat.copy(HObject, Group)
|
ncsa.hdf.object.FileFormat.create(String)
As of 2.4, replaced by FileFormat.createFile(String, int)
The replacement method has an additional parameter that
controls the behavior if the file already exists. Use
FileFormat.FILE_CREATE_DELETE as the second
argument in the replacement method to mimic the behavior
originally provided by this method.
|
ncsa.hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], long[][], Object)
Not for public use in the future.
Using
H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object)
|
ncsa.hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], Object)
Not for public use in the future.
Using
H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object)
|
ncsa.hdf.object.FileFormat.createCompoundDS(String, Group, long[], String[], Datatype[], int[], Object)
As of 2.4, replaced by
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:
maxdims, chunks, and gzip . To mimic
the behavior originally provided by this method, call the
replacement method with the following parameter list:
( name, pgroup, dims, null, null, -1,
memberNames, memberDatatypes, memberSizes, data );
|
ncsa.hdf.object.FileFormat.getHObject(String)
As of 2.4, replaced by FileFormat.get(String)
This static method, which as been deprecated, causes two
problems:
- It can be very expensive if it is called many times or in
a loop because each call to the method creates an instance of
a file.
- Since the method does not return the instance of the
file, the file cannot be closed directly and may be left open
(memory leak). The only way to close the file is through the
object returned by this method.
|
ncsa.hdf.object.FileFormat.getHObject(String, String)
As of 2.4, replaced by FileFormat.get(String)
This static method, which as been deprecated, causes two
problems:
|
ncsa.hdf.hdflib.HDFLibrary.getJHIVersion() |
ncsa.hdf.hdf5lib.H5.getOpenID(int)
This no longer returns useful information due to internal code changes.
|
ncsa.hdf.hdf5lib.H5.H5Acreate(int, String, int, int, int)
|
ncsa.hdf.hdf5lib.H5.H5Aget_num_attrs(int)
|
ncsa.hdf.hdf5lib.H5.H5Aopen_idx(int, int)
|
ncsa.hdf.hdf5lib.H5.H5Aopen_name(int, String)
|
ncsa.hdf.hdf5lib.H5.H5Dcreate(int, String, int, int, int)
|
ncsa.hdf.hdf5lib.H5.H5Dextend(int, byte[])
|
ncsa.hdf.hdf5lib.H5.H5Dextend(int, long[])
|
ncsa.hdf.hdf5lib.H5.H5Dopen(int, String)
|
ncsa.hdf.hdf5lib.H5.H5Eprint1(Object)
|
ncsa.hdf.hdf5lib.H5.H5Gcreate(int, String, long)
|
ncsa.hdf.hdf5lib.H5.H5Gget_comment(int, String, int, String[])
|
ncsa.hdf.hdf5lib.H5.H5Gget_linkval(int, String, int, String[])
|
ncsa.hdf.hdf5lib.H5.H5Gget_num_objs(int, long[])
|
ncsa.hdf.hdf5lib.H5.H5Gget_objinfo(int, String, boolean, HDF5GroupInfo)
As of HDF5 1.8
|
ncsa.hdf.hdf5lib.H5.H5Gget_objinfo(int, String, boolean, long[], long[], int[], long[])
|
ncsa.hdf.hdf5lib.H5.H5Gget_objname_by_idx(int, long, String[], long)
|
ncsa.hdf.hdf5lib.H5.H5Gget_objtype_by_idx(int, long)
|
ncsa.hdf.hdf5lib.H5.H5Glink(int, int, String, String)
|
ncsa.hdf.hdf5lib.H5.H5Glink2(int, String, int, int, String)
As of HDF5 1.8
|
ncsa.hdf.hdf5lib.H5.H5Gmove(int, String, String)
|
ncsa.hdf.hdf5lib.H5.H5Gopen(int, String)
|
ncsa.hdf.hdf5lib.H5.H5Gset_comment(int, String, String)
|
ncsa.hdf.hdf5lib.H5.H5Gunlink(int, String)
|
ncsa.hdf.hdf5lib.H5.H5Oset_comment_by_name(int, String, String, int)
As of HDF5 1.8 in favor of object attributes.
|
ncsa.hdf.hdf5lib.H5.H5Oset_comment(int, String)
As of HDF5 1.8 in favor of object attributes.
|
ncsa.hdf.hdf5lib.H5.H5Pget_cache(int, int[], int[], int[], double[])
|
ncsa.hdf.hdf5lib.H5.H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[])
|
ncsa.hdf.hdf5lib.H5.H5Pget_filter(int, int, int[], int[], int[], int, String[])
|
ncsa.hdf.hdf5lib.H5.H5Pget_preserve(int)
As of HDF5 1.8, compound datatype field preservation is now core functionality in
the HDF5 Library.
|
ncsa.hdf.hdf5lib.H5.H5Pset_fapl_log(int, String, int, int)
|
ncsa.hdf.hdf5lib.H5.H5Pset_preserve(int, boolean)
As of HDF5 1.8, compound datatype field preservation is now core functionality in
the HDF5 Library.
|
ncsa.hdf.hdf5lib.H5.H5Rget_obj_type(int, int, byte[])
|
ncsa.hdf.hdf5lib.H5.H5Screate_simple(int, byte[], byte[])
use H5Screate_simple(int rank, long[] dims, long[] maxdims)
|
ncsa.hdf.hdf5lib.H5.H5Tarray_create(int, int, int[], int[])
|
ncsa.hdf.hdf5lib.H5.H5Tcommit(int, String, int)
|
ncsa.hdf.hdf5lib.H5.H5Tcommit1(int, String, int) |
ncsa.hdf.hdf5lib.H5.H5Tget_array_dims(int, int[], int[])
As of HDF5 1.8
|
ncsa.hdf.hdf5lib.H5.H5Tget_array_dims(int, long[], int[])
|
ncsa.hdf.hdf5lib.H5.H5Topen(int, String)
|
ncsa.hdf.object.FileFormat.open(String, int)
As of 2.4, replaced by FileFormat.createInstance(String, int)
The replacement method has identical functionality and a more
descriptive name. Since open is used elsewhere to
perform a different function this method has been deprecated.
|
ncsa.hdf.hdflib.HDFLibrary.SDgetcompress(int, HDFCompInfo)
|
ncsa.hdf.object.Dataset.setData(Object)
Not for public use in the future.
setData() is not safe to use because it changes memory buffer
of the dataset object. Dataset operation such as write/read
will fail if the buffer type or size is changed.
|
ncsa.hdf.object.h5.H5Datatype.toNative(int)
Not for public use in the future.
Using H5.H5Tget_native_type(int)
Return the HDF5 memory datatype identifier based on the HDF5 datatype identifier on disk
|