|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
ncsa.hdf.object.Dataset.convertFromUnsignedC(Object)
Not for public use in the future. Using Dataset.convertFromUnsignedC(Object, Object) |
|
ncsa.hdf.object.Dataset.convertToUnsignedC(Object)
Not for public use in the future. Using Dataset.convertToUnsignedC(Object, Object) |
|
ncsa.hdf.object.CompoundDS.copy(Group, String, long[], Object)
Not implemented for compound dataset. |
|
ncsa.hdf.object.FileFormat.copy(HObject, Group)
As of 2.4, replaced by FileFormat.copy(HObject, Group, String)
To mimic the behavior originally provided by this method,
call the replacement method with |
|
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
|
|
ncsa.hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], long[][], Object)
Not for public use in the future. Using #create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object) |
|
ncsa.hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], Object)
Not for public use in the future. Using #create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], 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:
|
|
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:
|
|
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.hdf5lib.H5.H5Acreate(int, String, int, int, int)
As of HDF5 1.8, replaced by H5.H5Acreate( int, String, int, int, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Aget_num_attrs(int)
As of HDF5 1.8, replaced by H5.H5Oget_info( int ) |
|
ncsa.hdf.hdf5lib.H5.H5Aopen_idx(int, int)
As of HDF5 1.8, replaced by H5.H5Aopen_by_idx(int, String, int, int, long, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Aopen_name(int, String)
As of HDF5 1.8, replaced by H5.H5Aopen_by_name(int, String, String, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Dcreate(int, String, int, int, int)
As of HDF5 1.8, replaced by H5.H5Dcreate(int, String, int, int, int, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Dextend(int, byte[])
As of HDF5 1.8, replaced by H5.H5Dset_extent(int, long[]) |
|
ncsa.hdf.hdf5lib.H5.H5Dextend(int, long[])
As of HDF5 1.8, replaced by H5.H5Dset_extent(int, long[]) |
|
ncsa.hdf.hdf5lib.H5.H5Dopen(int, String)
As of HDF5 1.8, replaced by H5.H5Dopen(int, String, int) |
|
ncsa.hdf.hdf5lib.H5.H5Eprint1(Object)
As of HDF5 1.8, replaced by H5.H5Eprint2(int, Object) |
|
ncsa.hdf.hdf5lib.H5.H5Gcreate(int, String, long)
As of HDF5 1.8, replaced by H5.H5Gcreate(int, String, int, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Gget_comment(int, String, int, String[])
As of HDF5 1.8, replaced by H5.H5Oget_comment(int) |
|
ncsa.hdf.hdf5lib.H5.H5Gget_linkval(int, String, int, String[])
As of HDF5 1.8, replaced by H5.H5Lget_val(int, String, String[] , int) |
|
ncsa.hdf.hdf5lib.H5.H5Gget_num_objs(int, long[])
As of HDF5 1.8, replaced by H5.H5Gget_info(int) |
|
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[])
As of HDF5 1.8, replaced by and #H5Oget_info(int) |
|
ncsa.hdf.hdf5lib.H5.H5Gget_objname_by_idx(int, long, String[], long)
As of HDF5 1.8, replaced by H5.H5Lget_name_by_idx(int, String, int, int, long, int) |
|
ncsa.hdf.hdf5lib.H5.H5Gget_objtype_by_idx(int, long)
As of HDF5 1.8, replaced by H5.H5Oget_info(int) |
|
ncsa.hdf.hdf5lib.H5.H5Glink(int, int, String, String)
As of HDF5 1.8, replaced by and #H5Lcreate_soft(String, int, String, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Glink2(int, String, int, int, String)
As of HDF5 1.8 |
|
ncsa.hdf.hdf5lib.H5.H5Gmove(int, String, String)
As of HDF5 1.8, replaced by H5.H5Lmove(int, String, int,String, int, int) |
|
ncsa.hdf.hdf5lib.H5.H5Gopen(int, String)
As of HDF5 1.8, replaced by H5.H5Gopen(int, String, int) |
|
ncsa.hdf.hdf5lib.H5.H5Gset_comment(int, String, String)
As of HDF5 1.8, replaced by H5.H5Oset_comment(int, String) |
|
ncsa.hdf.hdf5lib.H5.H5Gunlink(int, String)
As of HDF5 1.8, replaced by H5.H5Ldelete(int, String, int) |
|
ncsa.hdf.hdf5lib.H5.H5Pget_cache(int, int[], int[], int[], double[])
As of HDF5 1.8, replaced by H5.H5Pget_cache(int, int[], long[], long[], double[])
because of possible loss of precision |
|
ncsa.hdf.hdf5lib.H5.H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[])
As of HDF5 1.8, replaced by #H5Pget_filter_by_id(int, int, int[], int[], int[], int, String[], int[]) |
|
ncsa.hdf.hdf5lib.H5.H5Pget_filter(int, int, int[], int[], int[], int, String[])
As of HDF5 1.8, replaced by #H5Pget_filter(int, int, int[], int[], int[], int, String[], int[]) |
|
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)
As of HDF5 1.8.7, replaced by #H5Pset_fapl_log(int, String, long, 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[])
As of HDF5 1.8, replaced by H5.H5Rget_obj_type(int, int, byte[], int[]) |
|
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[])
As of HDF5 1.8, replaced by H5.H5Tarray_create(int, int, long[]) |
|
ncsa.hdf.hdf5lib.H5.H5Tcommit(int, String, int)
As of HDF5 1.8, replaced by H5.H5Tcommit(int, String, int, int, int, 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[])
As of HDF5 1.8, replaced by H5.H5Tget_array_dims(int, long[]) |
|
ncsa.hdf.hdf5lib.H5.H5Topen(int, String)
As of HDF5 1.8, replaced by H5.H5Topen(int, String, int) |
|
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.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
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |