diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-03-15 21:54:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-03-15 21:54:30 (GMT) |
commit | 4a17aff4085ad6ee265b95730aca3f493056dec8 (patch) | |
tree | 8bfb665c6d95a2e3520fa1bb0ff54d95aff3923f /java | |
parent | 853ae26333592faf69cd8c454ef92ffea8549df5 (diff) | |
download | hdf5-4a17aff4085ad6ee265b95730aca3f493056dec8.zip hdf5-4a17aff4085ad6ee265b95730aca3f493056dec8.tar.gz hdf5-4a17aff4085ad6ee265b95730aca3f493056dec8.tar.bz2 |
Add API context interface and use it throughout the library.
Diffstat (limited to 'java')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 7b5b5c9..3d87c28 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -4012,22 +4012,6 @@ public class H5 implements java.io.Serializable { **/ public synchronized static native void H5Lunregister(int link_cls_id) throws HDF5LibraryException; - // /////// unimplemented //////// - // herr_t H5Lcreate_ud(hid_t link_loc_id, const char *link_name, - // H5L_type_t link_type, const void *udata, size_t udata_size, hid_t lcpl_id, - // hid_t lapl_id); - - // herr_t H5Lregister(const H5L_class_t *cls); - - // herr_t H5Lunpack_elink_val(const void *ext_linkval/*in*/, size_t link_size, - // unsigned *flags, const char **filename/*out*/, const char **obj_path /*out*/); - // herr_t H5Lget_val(hid_t loc_id, const char *name, void *buf/*out*/, - // size_t size, hid_t lapl_id); - // herr_t H5Lget_val_by_idx(hid_t loc_id, const char *group_name, - // H5_index_t idx_type, H5_iter_order_t order, hsize_t n, - // void *buf/*out*/, size_t size, hid_t lapl_id); - - // //////////////////////////////////////////////////////////// // // // H5O: HDF5 1.8 Object Interface API Functions // |