hdf.hdf5lib.H5.getOpenID(int)
This no longer returns useful information due to internal code changes.
|
hdf.hdf5lib.H5.H5Acreate(int, String, int, int, int)
|
hdf.hdf5lib.H5.H5Aget_num_attrs(int)
|
hdf.hdf5lib.H5.H5Aopen_idx(int, int)
|
hdf.hdf5lib.H5.H5Aopen_name(int, String)
|
hdf.hdf5lib.H5.H5Dcreate(int, String, int, int, int)
|
hdf.hdf5lib.H5.H5Dextend(int, byte[])
|
hdf.hdf5lib.H5.H5Dextend(int, long[])
|
hdf.hdf5lib.H5.H5Dopen(int, String)
|
hdf.hdf5lib.H5.H5Eprint1(Object)
|
hdf.hdf5lib.H5.H5Gcreate(int, String, long)
|
hdf.hdf5lib.H5.H5Gget_comment(int, String, int, String[])
|
hdf.hdf5lib.H5.H5Gget_linkval(int, String, int, String[])
|
hdf.hdf5lib.H5.H5Gget_num_objs(int, long[])
|
hdf.hdf5lib.H5.H5Gget_objinfo(int, String, boolean, HDF5GroupInfo)
As of HDF5 1.8
|
hdf.hdf5lib.H5.H5Gget_objinfo(int, String, boolean, long[], long[], int[], long[])
|
hdf.hdf5lib.H5.H5Gget_objname_by_idx(int, long, String[], long)
|
hdf.hdf5lib.H5.H5Gget_objtype_by_idx(int, long)
|
hdf.hdf5lib.H5.H5Glink(int, int, String, String)
|
hdf.hdf5lib.H5.H5Glink2(int, String, int, int, String)
As of HDF5 1.8
|
hdf.hdf5lib.H5.H5Gmove(int, String, String)
|
hdf.hdf5lib.H5.H5Gopen(int, String)
|
hdf.hdf5lib.H5.H5Gset_comment(int, String, String)
|
hdf.hdf5lib.H5.H5Gunlink(int, String)
|
hdf.hdf5lib.H5.H5Oset_comment_by_name(int, String, String, int)
As of HDF5 1.8 in favor of object attributes.
|
hdf.hdf5lib.H5.H5Oset_comment(int, String)
As of HDF5 1.8 in favor of object attributes.
|
hdf.hdf5lib.H5.H5Pget_cache(int, int[], int[], int[], double[])
|
hdf.hdf5lib.H5.H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[])
|
hdf.hdf5lib.H5.H5Pget_filter(int, int, int[], int[], int[], int, String[])
|
hdf.hdf5lib.H5.H5Pget_preserve(int)
As of HDF5 1.8, compound datatype field preservation is now core functionality in the HDF5 Library.
|
hdf.hdf5lib.H5.H5Pset_fapl_log(int, String, int, int)
|
hdf.hdf5lib.H5.H5Pset_preserve(int, boolean)
As of HDF5 1.8, compound datatype field preservation is now core functionality in the HDF5 Library.
|
hdf.hdf5lib.H5.H5Rget_obj_type(int, int, byte[])
|
hdf.hdf5lib.H5.H5Screate_simple(int, byte[], byte[])
use H5Screate_simple(int rank, long[] dims, long[] maxdims)
|
hdf.hdf5lib.H5.H5Tarray_create(int, int, int[], int[])
|
hdf.hdf5lib.H5.H5Tcommit(int, String, int)
|
hdf.hdf5lib.H5.H5Tcommit1(int, String, int) |
hdf.hdf5lib.H5.H5Tget_array_dims(int, int[], int[])
As of HDF5 1.8
|
hdf.hdf5lib.H5.H5Tget_array_dims(int, long[], int[])
|
hdf.hdf5lib.H5.H5Topen(int, String)
|