Binary compatibility report for the HDF-Java library between 2.6.1 and 2.7 versions
Test Info
Library Name | HDF-Java |
Version #1 | 2.6.1 |
Version #2 | 2.7 |
Test Results
Total Java ARchives | 6 |
---|
Total Methods / Classes | 1880 / 133 |
---|
Verdict | Incompatible (9.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 230 |
---|
Removed Methods | High | 9 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 1 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 28 |
Other Changes in Data Types | - | 77 |
Added Methods (230)
jhdf4obj.jar, H4Datatype.class
package ncsa.hdf.object.h4
H4Datatype.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h4/H4Datatype.getMetadata:([I)Ljava/util/List;]
jhdf4obj.jar, H4GRImage.class
package ncsa.hdf.object.h4
H4GRImage.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h4/H4GRImage.getMetadata:([I)Ljava/util/List;]
jhdf4obj.jar, H4Group.class
package ncsa.hdf.object.h4
H4Group.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h4/H4Group.getMetadata:([I)Ljava/util/List;]
jhdf4obj.jar, H4SDS.class
package ncsa.hdf.object.h4
H4SDS.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h4/H4SDS.getMetadata:([I)Ljava/util/List;]
jhdf4obj.jar, H4Vdata.class
package ncsa.hdf.object.h4
H4Vdata.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h4/H4Vdata.getMetadata:([I)Ljava/util/List;]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5._H5Gcreate2 ( int p1, String p2, int p3, int p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5._H5Gcreate2:(ILjava/lang/String;III)I]
H5._H5Gcreate_anon ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5._H5Gcreate_anon:(III)I]
H5._H5Gopen2 ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5._H5Gopen2:(ILjava/lang/String;I)I]
H5._H5Oopen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5._H5Oopen:(ILjava/lang/String;I)I]
H5._H5Screate_simple ( int p1, long[ ] p2, long[ ] p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5._H5Screate_simple:(I[J[J)I]
H5.H5Acreate ( int p1, String p2, int p3, int p4, int p5, int p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Acreate:(ILjava/lang/String;IIII)I]
H5.H5Acreate_by_name ( int p1, String p2, String p3, int p4, int p5, int p6, int p7, int p8 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Acreate_by_name:(ILjava/lang/String;Ljava/lang/String;IIIII)I]
H5.H5Adelete_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Adelete_by_idx:(ILjava/lang/String;IIJI)V]
H5.H5Adelete_by_name ( int p1, String p2, String p3, int p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Adelete_by_name:(ILjava/lang/String;Ljava/lang/String;I)I]
H5.H5Aexists ( int p1, String p2 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Aexists:(ILjava/lang/String;)Z]
H5.H5Aexists_by_name ( int p1, String p2, String p3, int p4 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Aexists_by_name:(ILjava/lang/String;Ljava/lang/String;I)Z]
H5.H5Aget_info ( int p1 ) [static] : H5A_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_info:(I)Lncsa/hdf/hdf5lib/structs/H5A_info_t;]
H5.H5Aget_info_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : H5A_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_info_by_idx:(ILjava/lang/String;IIJI)Lncsa/hdf/hdf5lib/structs/H5A_info_t;]
H5.H5Aget_info_by_name ( int p1, String p2, String p3, int p4 ) [static] : H5A_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_info_by_name:(ILjava/lang/String;Ljava/lang/String;I)Lncsa/hdf/hdf5lib/structs/H5A_info_t;]
H5.H5Aget_name ( int p1, String[ ] p2 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_name:(I[Ljava/lang/String;)J]
H5.H5Aget_name_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_name_by_idx:(ILjava/lang/String;IIJI)Ljava/lang/String;]
H5.H5Aget_storage_size ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Aget_storage_size:(I)J]
H5.H5Aopen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Aopen:(ILjava/lang/String;I)I]
H5.H5Aopen_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Aopen_by_idx:(ILjava/lang/String;IIJII)I]
H5.H5Aopen_by_name ( int p1, String p2, String p3, int p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Aopen_by_name:(ILjava/lang/String;Ljava/lang/String;II)I]
H5.H5Arename_by_name ( int p1, String p2, String p3, String p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Arename_by_name:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)I]
H5.H5Dcreate ( int p1, String p2, int p3, int p4, int p5, int p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dcreate:(ILjava/lang/String;IIIII)I]
H5.H5Dcreate_anon ( int p1, int p2, int p3, int p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dcreate_anon:(IIIII)I]
H5.H5Dfill ( byte[ ] p1, int p2, byte[ ] p3, int p4, int p5 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Dfill:([BI[BII)V]
H5.H5Dget_access_plist ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_access_plist:(I)I]
H5.H5Dget_offset ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_offset:(I)J]
H5.H5Dget_space_status ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_space_status:(I)I]
H5.H5Dopen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dopen:(ILjava/lang/String;I)I]
H5.H5Dset_extent ( int p1, long[ ] p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Dset_extent:(I[J)V]
H5.H5Dvlen_get_buf_size ( int p1, int p2, int p3 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Dvlen_get_buf_size:(III)J]
H5.H5Eauto_is_v2 ( int p1 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Eauto_is_v2:(I)Z]
H5.H5Eclear ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eclear:(I)V]
H5.H5Eclear2 ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eclear2:(I)V]
H5.H5Eclose_msg ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eclose_msg:(I)V]
H5.H5Eclose_stack ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eclose_stack:(I)V]
H5.H5Ecreate_msg ( int p1, int p2, String p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Ecreate_msg:(IILjava/lang/String;)I]
H5.H5Ecreate_stack ( ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Ecreate_stack:()I]
H5.H5Eget_class_name ( int p1 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Eget_class_name:(I)Ljava/lang/String;]
H5.H5Eget_current_stack ( ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Eget_current_stack:()I]
H5.H5Eget_msg ( int p1, int[ ] p2 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Eget_msg:(I[I)Ljava/lang/String;]
H5.H5Eget_num ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Eget_num:(I)J]
H5.H5Epop ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Epop:(IJ)V]
H5.H5Eprint1 ( Object p1 ) [static] : void *DEPRECATED*
[mangled: ncsa/hdf/hdf5lib/H5.H5Eprint1:(Ljava/lang/Object;)V]
H5.H5Eprint2 ( int p1, Object p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eprint2:(ILjava/lang/Object;)V]
H5.H5Eregister_class ( String p1, String p2, String p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Eregister_class:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I]
H5.H5Eset_current_stack ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eset_current_stack:(I)V]
H5.H5Eunregister_class ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Eunregister_class:(I)V]
H5.H5Fget_freespace ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_freespace:(I)J]
H5.H5Fget_intent ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_intent:(I)I]
H5.H5Fget_mdc_hit_rate ( int p1 ) [static] : double
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_mdc_hit_rate:(I)D]
H5.H5Fget_mdc_size ( int p1, long[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_mdc_size:(I[J)I]
H5.H5Fget_name ( int p1 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_name:(I)Ljava/lang/String;]
H5.H5Fget_obj_count_long ( int p1, int p2 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_obj_count_long:(II)J]
H5.H5Fget_obj_ids_long ( int p1, int p2, long p3, int[ ] p4 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_obj_ids_long:(IIJ[I)J]
H5.H5Freset_mdc_hit_rate_stats ( int p1 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Freset_mdc_hit_rate_stats:(I)V]
H5.H5Gcreate ( int p1, String p2, int p3, int p4, int p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gcreate:(ILjava/lang/String;III)I]
H5.H5Gcreate ( int p1, String p2, long p3 ) [static] : int *DEPRECATED*
[mangled: ncsa/hdf/hdf5lib/H5.H5Gcreate:(ILjava/lang/String;J)I]
H5.H5Gcreate_anon ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gcreate_anon:(III)I]
H5.H5Gget_create_plist ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_create_plist:(I)I]
H5.H5Gget_info ( int p1 ) [static] : H5G_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_info:(I)Lncsa/hdf/hdf5lib/structs/H5G_info_t;]
H5.H5Gget_info_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : H5G_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_info_by_idx:(ILjava/lang/String;IIJI)Lncsa/hdf/hdf5lib/structs/H5G_info_t;]
H5.H5Gget_info_by_name ( int p1, String p2, int p3 ) [static] : H5G_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_info_by_name:(ILjava/lang/String;I)Lncsa/hdf/hdf5lib/structs/H5G_info_t;]
H5.H5Gget_obj_info_all ( int p1, String p2, String[ ] p3, int[ ] p4, int[ ] p5, long[ ] p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_all:(ILjava/lang/String;[Ljava/lang/String;[I[I[JI)I]
H5.H5Gget_obj_info_max ( int p1, String[ ] p2, int[ ] p3, int[ ] p4, long[ ] p5, int p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gget_obj_info_max:(I[Ljava/lang/String;[I[I[JI)I]
H5.H5Gn_members_long ( int p1, String p2 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Gn_members_long:(ILjava/lang/String;)J]
H5.H5Gopen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gopen:(ILjava/lang/String;I)I]
H5.H5Iget_type_ref ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Iget_type_ref:(I)I]
H5.H5Inmembers ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Inmembers:(I)I]
H5.H5Lcopy ( int p1, String p2, int p3, String p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Lcopy:(ILjava/lang/String;ILjava/lang/String;II)V]
H5.H5Lcreate_external ( String p1, String p2, int p3, String p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Lcreate_external:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;II)V]
H5.H5Lcreate_hard ( int p1, String p2, int p3, String p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Lcreate_hard:(ILjava/lang/String;ILjava/lang/String;II)V]
H5.H5Lcreate_soft ( String p1, int p2, String p3, int p4, int p5 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Lcreate_soft:(Ljava/lang/String;ILjava/lang/String;II)V]
H5.H5Ldelete ( int p1, String p2, int p3 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Ldelete:(ILjava/lang/String;I)V]
H5.H5Ldelete_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Ldelete_by_idx:(ILjava/lang/String;IIJI)V]
H5.H5Lexists ( int p1, String p2, int p3 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Lexists:(ILjava/lang/String;I)Z]
H5.H5Lget_info ( int p1, String p2, int p3 ) [static] : H5L_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Lget_info:(ILjava/lang/String;I)Lncsa/hdf/hdf5lib/structs/H5L_info_t;]
H5.H5Lget_info_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : H5L_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Lget_info_by_idx:(ILjava/lang/String;IIJI)Lncsa/hdf/hdf5lib/structs/H5L_info_t;]
H5.H5Lget_name_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Lget_name_by_idx:(ILjava/lang/String;IIJI)Ljava/lang/String;]
H5.H5Lget_val ( int p1, String p2, String[ ] p3, int p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Lget_val:(ILjava/lang/String;[Ljava/lang/String;I)I]
H5.H5Lget_val_by_idx ( int p1, String p2, int p3, int p4, long p5, String[ ] p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Lget_val_by_idx:(ILjava/lang/String;IIJ[Ljava/lang/String;I)I]
H5.H5Literate ( int p1, int p2, int p3, long p4, H5L_iterate_cb p5, H5L_iterate_t p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Literate:(IIIJLncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5L_iterate_t;)I]
H5.H5Literate_by_name ( int p1, String p2, int p3, int p4, long p5, H5L_iterate_cb p6, H5L_iterate_t p7, int p8 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Literate_by_name:(ILjava/lang/String;IIJLncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5L_iterate_t;I)I]
H5.H5Lmove ( int p1, String p2, int p3, String p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Lmove:(ILjava/lang/String;ILjava/lang/String;II)V]
H5.H5Lvisit ( int p1, int p2, int p3, H5L_iterate_cb p4, H5L_iterate_t p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Lvisit:(IIILncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5L_iterate_t;)I]
H5.H5Lvisit_by_name ( int p1, String p2, int p3, int p4, H5L_iterate_cb p5, H5L_iterate_t p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Lvisit_by_name:(ILjava/lang/String;IILncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5L_iterate_t;I)I]
H5.H5Oclose ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Oclose:(I)I]
H5.H5Ocopy ( int p1, String p2, int p3, String p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Ocopy:(ILjava/lang/String;ILjava/lang/String;II)V]
H5.H5Oget_comment ( int p1 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Oget_comment:(I)Ljava/lang/String;]
H5.H5Oget_comment_by_name ( int p1, String p2, int p3 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Oget_comment_by_name:(ILjava/lang/String;I)Ljava/lang/String;]
H5.H5Oget_info ( int p1 ) [static] : H5O_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Oget_info:(I)Lncsa/hdf/hdf5lib/structs/H5O_info_t;]
H5.H5Oget_info_by_idx ( int p1, String p2, int p3, int p4, long p5, int p6 ) [static] : H5O_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Oget_info_by_idx:(ILjava/lang/String;IIJI)Lncsa/hdf/hdf5lib/structs/H5O_info_t;]
H5.H5Oget_info_by_name ( int p1, String p2, int p3 ) [static] : H5O_info_t
[mangled: ncsa/hdf/hdf5lib/H5.H5Oget_info_by_name:(ILjava/lang/String;I)Lncsa/hdf/hdf5lib/structs/H5O_info_t;]
H5.H5Olink ( int p1, int p2, String p3, int p4, int p5 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Olink:(IILjava/lang/String;II)V]
H5.H5Oopen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Oopen:(ILjava/lang/String;I)I]
H5.H5Oset_comment ( int p1, String p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Oset_comment:(ILjava/lang/String;)V]
H5.H5Oset_comment_by_name ( int p1, String p2, String p3, int p4 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Oset_comment_by_name:(ILjava/lang/String;Ljava/lang/String;I)V]
H5.H5Ovisit ( int p1, int p2, int p3, H5O_iterate_cb p4, H5O_iterate_t p5 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Ovisit:(IIILncsa/hdf/hdf5lib/callbacks/H5O_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5O_iterate_t;)I]
H5.H5Ovisit_by_name ( int p1, String p2, int p3, int p4, H5O_iterate_cb p5, H5O_iterate_t p6, int p7 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Ovisit_by_name:(ILjava/lang/String;IILncsa/hdf/hdf5lib/callbacks/H5O_iterate_cb;Lncsa/hdf/hdf5lib/callbacks/H5O_iterate_t;I)I]
H5.H5Pget_attr_creation_order ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_attr_creation_order:(I)I]
H5.H5Pget_attr_phase_change ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_attr_phase_change:(I[I)I]
H5.H5Pget_copy_object ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_copy_object:(I)I]
H5.H5Pget_create_intermediate_group ( int p1 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_create_intermediate_group:(I)Z]
H5.H5Pget_data_transform ( int p1, String[ ] p2, long p3 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_data_transform:(I[Ljava/lang/String;J)J]
H5.H5Pget_elink_acc_flags ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_elink_acc_flags:(I)I]
H5.H5Pget_elink_fapl ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_elink_fapl:(I)I]
H5.H5Pget_elink_prefix ( int p1, String[ ] p2 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_elink_prefix:(I[Ljava/lang/String;)J]
H5.H5Pget_est_link_info ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_est_link_info:(I[I)I]
H5.H5Pget_fapl_direct ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_fapl_direct:(I[I)I]
H5.H5Pget_filter ( int p1, int p2, int[ ] p3, int[ ] p4, int[ ] p5, int p6, String[ ] p7, int[ ] p8 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_filter:(II[I[I[II[Ljava/lang/String;[I)I]
H5.H5Pget_libver_bounds ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_libver_bounds:(I[I)I]
H5.H5Pget_link_creation_order ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_link_creation_order:(I)I]
H5.H5Pget_link_phase_change ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_link_phase_change:(I[I)I]
H5.H5Pget_local_heap_size_hint ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_local_heap_size_hint:(I)I]
H5.H5Pget_nlinks ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_nlinks:(I)J]
H5.H5Pget_shared_mesg_index ( int p1, int p2, int[ ] p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_shared_mesg_index:(II[I)I]
H5.H5Pget_shared_mesg_nindexes ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_shared_mesg_nindexes:(I)I]
H5.H5Pget_shared_mesg_phase_change ( int p1, int[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_shared_mesg_phase_change:(I[I)I]
H5.H5Pset_attr_creation_order ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_attr_creation_order:(II)I]
H5.H5Pset_copy_object ( int p1, int p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_copy_object:(II)V]
H5.H5Pset_create_intermediate_group ( int p1, boolean p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_create_intermediate_group:(IZ)I]
H5.H5Pset_data_transform ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_data_transform:(ILjava/lang/String;)I]
H5.H5Pset_elink_acc_flags ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_elink_acc_flags:(II)I]
H5.H5Pset_elink_fapl ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_elink_fapl:(II)I]
H5.H5Pset_elink_prefix ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_elink_prefix:(ILjava/lang/String;)I]
H5.H5Pset_est_link_info ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_est_link_info:(III)I]
H5.H5Pset_fapl_direct ( int p1, int p2, int p3, int p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_fapl_direct:(IIII)I]
H5.H5Pset_libver_bounds ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_libver_bounds:(III)I]
H5.H5Pset_link_creation_order ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_link_creation_order:(II)I]
H5.H5Pset_link_phase_change ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_link_phase_change:(III)I]
H5.H5Pset_local_heap_size_hint ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_local_heap_size_hint:(II)I]
H5.H5Pset_nbit ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_nbit:(I)I]
H5.H5Pset_nlinks ( int p1, long p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_nlinks:(IJ)I]
H5.H5Pset_scaleoffset ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_scaleoffset:(III)I]
H5.H5Pset_shared_mesg_index ( int p1, int p2, int p3, int p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_shared_mesg_index:(IIII)I]
H5.H5Pset_shared_mesg_nindexes ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_shared_mesg_nindexes:(II)I]
H5.H5Pset_shared_mesg_phase_change ( int p1, int p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_shared_mesg_phase_change:(III)I]
H5.H5Rget_name ( int p1, int p2, byte[ ] p3, String[ ] p4, long p5 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Rget_name:(II[B[Ljava/lang/String;J)J]
H5.H5Rget_obj_type ( int p1, int p2, byte[ ] p3, int[ ] p4 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Rget_obj_type:(II[B[I)I]
H5.H5Sdecode ( byte[ ] p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Sdecode:([B)I]
H5.H5Sencode ( int p1 ) [static] : byte[ ]
[mangled: ncsa/hdf/hdf5lib/H5.H5Sencode:(I)[B]
H5.H5Sextent_equal ( int p1, int p2 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Sextent_equal:(II)Z]
H5.H5Tarray_create ( int p1, int p2, long[ ] p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tarray_create:(II[J)I]
H5.H5Tcommit ( int p1, String p2, int p3, int p4, int p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcommit:(ILjava/lang/String;IIII)V]
H5.H5Tcommit1 ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcommit1:(ILjava/lang/String;I)I]
H5.H5Tcommit_anon ( int p1, int p2, int p3, int p4 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcommit_anon:(IIII)V]
H5.H5Tcompiler_conv ( int p1, int p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcompiler_conv:(II)V]
H5.H5Tconvert ( int p1, int p2, long p3, byte[ ] p4, byte[ ] p5, int p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tconvert:(IIJ[B[BI)V]
H5.H5Tcreate ( int p1, long p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcreate:(IJ)I]
H5.H5Tdecode ( byte[ ] p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tdecode:([B)I]
H5.H5Tencode ( int p1, byte[ ] p2, long p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tencode:(I[BJ)I]
H5.H5Tenum_insert ( int p1, String p2, byte[ ] p3 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_insert:(ILjava/lang/String;[B)V]
H5.H5Tenum_nameof ( int p1, byte[ ] p2, long p3 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_nameof:(I[BJ)Ljava/lang/String;]
H5.H5Tenum_valueof ( int p1, String p2, byte[ ] p3 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_valueof:(ILjava/lang/String;[B)V]
H5.H5Tget_array_dims ( int p1, long[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_array_dims:(I[J)I]
H5.H5Tget_array_dims ( int p1, long[ ] p2, int[ ] p3 ) [static] : int *DEPRECATED*
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_array_dims:(I[J[I)I]
H5.H5Tget_array_dims2 ( int p1, long[ ] p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_array_dims2:(I[J)I]
H5.H5Tget_class_name ( int p1 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_class_name:(I)Ljava/lang/String;]
H5.H5Tget_create_plist ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_create_plist:(I)I]
H5.H5Tget_ebias_long ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_ebias_long:(I)J]
H5.H5Tget_fields ( int p1, long[ ] p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_fields:(I[J)V]
H5.H5Tget_member_value ( int p1, int p2, byte[ ] p3 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_member_value:(II[B)V]
H5.H5Tget_precision_long ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_precision_long:(I)J]
H5.H5Tget_size_long ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_size_long:(I)J]
H5.H5Topen ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Topen:(ILjava/lang/String;I)I]
H5.H5Tset_ebias ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_ebias:(IJ)V]
H5.H5Tset_fields ( int p1, long p2, long p3, long p4, long p5, long p6 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_fields:(IJJJJJ)V]
H5.H5Tset_offset ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_offset:(IJ)V]
H5.H5Tset_precision ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_precision:(IJ)V]
H5.H5Tset_size ( int p1, long p2 ) [static] : void
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_size:(IJ)V]
jhdf5.jar, H5G_info_t.class
package ncsa.hdf.hdf5lib.structs
H5G_info_t.H5G_info_t ( )
[mangled: ncsa/hdf/hdf5lib/structs/H5G_info_t."<init>":()V]
jhdf5.jar, H5L_iterate_cb.class
package ncsa.hdf.hdf5lib.callbacks
H5L_iterate_cb.callback ( int p1, String p2, H5L_info_t p3, H5L_iterate_t p4 ) [abstract] : int
[mangled: ncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb.callback:(ILjava/lang/String;Lncsa/hdf/hdf5lib/structs/H5L_info_t;Lncsa/hdf/hdf5lib/callbacks/H5L_iterate_t;)I]
jhdf5.jar, H5O_info_t.class
package ncsa.hdf.hdf5lib.structs
H5O_info_t.H5O_info_t ( long p1, long p2, int p3, int p4, long p5, long p6, long p7, long p8, long p9, H5O_hdr_info_t p10, H5_ih_info_t p11, H5_ih_info_t p12 )
[mangled: ncsa/hdf/hdf5lib/structs/H5O_info_t."<init>":(JJIIJJJJJLncsa/hdf/hdf5lib/structs/H5O_hdr_info_t;Lncsa/hdf/hdf5lib/structs/H5_ih_info_t;Lncsa/hdf/hdf5lib/structs/H5_ih_info_t;)V]
jhdf5.jar, H5O_iterate_cb.class
package ncsa.hdf.hdf5lib.callbacks
H5O_iterate_cb.callback ( int p1, String p2, H5O_info_t p3, H5O_iterate_t p4 ) [abstract] : int
[mangled: ncsa/hdf/hdf5lib/callbacks/H5O_iterate_cb.callback:(ILjava/lang/String;Lncsa/hdf/hdf5lib/structs/H5O_info_t;Lncsa/hdf/hdf5lib/callbacks/H5O_iterate_t;)I]
jhdf5obj.jar, H5CompoundDS.class
package ncsa.hdf.object.h5
H5CompoundDS.create ( String p1, Group p2, long[ ] p3, long[ ] p4, long[ ] p5, int p6, String[ ] p7, Datatype[ ] p8, int[ ] p9, long[ ][ ] p10, Object p11 ) [static] : Dataset
[mangled: ncsa/hdf/object/h5/H5CompoundDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[J[JI[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[I[[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5CompoundDS.create ( String p1, Group p2, long[ ] p3, String[ ] p4, Datatype[ ] p5, int[ ] p6, long[ ][ ] p7, Object p8 ) [static] : Dataset *DEPRECATED*
[mangled: ncsa/hdf/object/h5/H5CompoundDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[I[[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5CompoundDS.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h5/H5CompoundDS.getMetadata:([I)Ljava/util/List;]
jhdf5obj.jar, H5Datatype.class
package ncsa.hdf.object.h5
H5Datatype.convertEnumNameToValue ( int p1, String[ ] p2, int[ ] p3 ) [static] : int[ ]
[mangled: ncsa/hdf/object/h5/H5Datatype.convertEnumNameToValue:(I[Ljava/lang/String;[I)[I]
H5Datatype.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h5/H5Datatype.getMetadata:([I)Ljava/util/List;]
jhdf5obj.jar, H5File.class
package ncsa.hdf.object.h5
H5File.createGcpl ( int p1, int p2, int p3 ) : int
[mangled: ncsa/hdf/object/h5/H5File.createGcpl:(III)I]
H5File.createGroup ( String p1, Group p2, int[ ] p3 ) : Group
[mangled: ncsa/hdf/object/h5/H5File.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;[I)Lncsa/hdf/object/Group;]
H5File.createLink ( Group p1, String p2, HObject p3, int p4 ) : HObject
[mangled: ncsa/hdf/object/h5/H5File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;I)Lncsa/hdf/object/HObject;]
H5File.createLink ( Group p1, String p2, Object p3 ) : HObject
[mangled: ncsa/hdf/object/h5/H5File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Ljava/lang/Object;)Lncsa/hdf/object/HObject;]
H5File.createLink ( Group p1, String p2, String p3, int p4 ) : HObject
[mangled: ncsa/hdf/object/h5/H5File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Ljava/lang/String;I)Lncsa/hdf/object/HObject;]
H5File.getAttribute ( int p1, int p2, int p3 ) [static] : List
[mangled: ncsa/hdf/object/h5/H5File.getAttribute:(III)Ljava/util/List;]
H5File.getLibBounds ( ) : int[ ]
[mangled: ncsa/hdf/object/h5/H5File.getLibBounds:()[I]
H5File.getLinkTargetName ( HObject p1 ) [static] : String
[mangled: ncsa/hdf/object/h5/H5File.getLinkTargetName:(Lncsa/hdf/object/HObject;)Ljava/lang/String;]
H5File.open ( int[ ] p1 ) : int
[mangled: ncsa/hdf/object/h5/H5File.open:([I)I]
H5File.renameAttribute ( HObject p1, String p2, String p3 ) : void
[mangled: ncsa/hdf/object/h5/H5File.renameAttribute:(Lncsa/hdf/object/HObject;Ljava/lang/String;Ljava/lang/String;)V]
H5File.setLibBounds ( int p1, int p2 ) : void
[mangled: ncsa/hdf/object/h5/H5File.setLibBounds:(II)V]
jhdf5obj.jar, H5Group.class
package ncsa.hdf.object.h5
H5Group.create ( String p1, Group p2, int[ ] p3 ) [static] : H5Group
[mangled: ncsa/hdf/object/h5/H5Group.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[I)Lncsa/hdf/object/h5/H5Group;]
H5Group.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h5/H5Group.getMetadata:([I)Ljava/util/List;]
jhdf5obj.jar, H5Link.class
package ncsa.hdf.object.h5
H5Link.close ( int p1 ) : void
[mangled: ncsa/hdf/object/h5/H5Link.close:(I)V]
H5Link.getMetadata ( ) : List
[mangled: ncsa/hdf/object/h5/H5Link.getMetadata:()Ljava/util/List;]
H5Link.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h5/H5Link.getMetadata:([I)Ljava/util/List;]
H5Link.H5Link ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/object/h5/H5Link."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5Link.H5Link ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/object/h5/H5Link."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5Link.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h5/H5Link.hasAttribute:()Z]
H5Link.open ( ) : int
[mangled: ncsa/hdf/object/h5/H5Link.open:()I]
H5Link.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/object/h5/H5Link.removeMetadata:(Ljava/lang/Object;)V]
H5Link.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/object/h5/H5Link.writeMetadata:(Ljava/lang/Object;)V]
jhdf5obj.jar, H5ScalarDS.class
package ncsa.hdf.object.h5
H5ScalarDS.getMetadata ( int[ ] p1 ) : List
[mangled: ncsa/hdf/object/h5/H5ScalarDS.getMetadata:([I)Ljava/util/List;]
H5ScalarDS.getPaletteName ( int p1 ) : String
[mangled: ncsa/hdf/object/h5/H5ScalarDS.getPaletteName:(I)Ljava/lang/String;]
jhdfobj.jar, FileFormat.class
package ncsa.hdf.object
FileFormat.createGcpl ( int p1, int p2, int p3 ) : int
[mangled: ncsa/hdf/object/FileFormat.createGcpl:(III)I]
FileFormat.createGroup ( String p1, Group p2, int[ ] p3 ) : Group
[mangled: ncsa/hdf/object/FileFormat.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;[I)Lncsa/hdf/object/Group;]
FileFormat.createLink ( Group p1, String p2, HObject p3, int p4 ) : HObject
[mangled: ncsa/hdf/object/FileFormat.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;I)Lncsa/hdf/object/HObject;]
FileFormat.createLink ( Group p1, String p2, Object p3 ) : HObject
[mangled: ncsa/hdf/object/FileFormat.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Ljava/lang/Object;)Lncsa/hdf/object/HObject;]
FileFormat.createLink ( Group p1, String p2, String p3, int p4 ) : HObject
[mangled: ncsa/hdf/object/FileFormat.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Ljava/lang/String;I)Lncsa/hdf/object/HObject;]
FileFormat.getLibBounds ( ) : int[ ]
[mangled: ncsa/hdf/object/FileFormat.getLibBounds:()[I]
FileFormat.open ( int[ ] p1 ) : int
[mangled: ncsa/hdf/object/FileFormat.open:([I)I]
FileFormat.renameAttribute ( HObject p1, String p2, String p3 ) : void
[mangled: ncsa/hdf/object/FileFormat.renameAttribute:(Lncsa/hdf/object/HObject;Ljava/lang/String;Ljava/lang/String;)V]
FileFormat.setLibBounds ( int p1, int p2 ) : void
[mangled: ncsa/hdf/object/FileFormat.setLibBounds:(II)V]
jhdfobj.jar, HObject.class
package ncsa.hdf.object
HObject.getLinkTargetObjName ( ) : String
[mangled: ncsa/hdf/object/HObject.getLinkTargetObjName:()Ljava/lang/String;]
HObject.setLinkTargetObjName ( String p1 ) : void
[mangled: ncsa/hdf/object/HObject.setLinkTargetObjName:(Ljava/lang/String;)V]
jhdfobj.jar, ScalarDS.class
package ncsa.hdf.object
ScalarDS.getPaletteName ( int p1 ) : String
[mangled: ncsa/hdf/object/ScalarDS.getPaletteName:(I)Ljava/lang/String;]
jhdfview.jar, DataOptionDialog.class
package ncsa.hdf.view
DataOptionDialog.getBitmask ( ) : BitSet
[mangled: ncsa/hdf/view/DataOptionDialog.getBitmask:()Ljava/util/BitSet;]
jhdfview.jar, DefaultFileFilter.class
package ncsa.hdf.view
DefaultFileFilter.getFileFilterBinary ( ) [static] : FileFilter
[mangled: ncsa/hdf/view/DefaultFileFilter.getFileFilterBinary:()Ljavax/swing/filechooser/FileFilter;]
jhdfview.jar, NewGroupDialog.class
package ncsa.hdf.view
NewGroupDialog.itemStateChanged ( ItemEvent p1 ) : void
[mangled: ncsa/hdf/view/NewGroupDialog.itemStateChanged:(Ljava/awt/event/ItemEvent;)V]
NewGroupDialog.keyPressed ( KeyEvent p1 ) : void
[mangled: ncsa/hdf/view/NewGroupDialog.keyPressed:(Ljava/awt/event/KeyEvent;)V]
NewGroupDialog.keyReleased ( KeyEvent p1 ) : void
[mangled: ncsa/hdf/view/NewGroupDialog.keyReleased:(Ljava/awt/event/KeyEvent;)V]
NewGroupDialog.keyTyped ( KeyEvent p1 ) : void
[mangled: ncsa/hdf/view/NewGroupDialog.keyTyped:(Ljava/awt/event/KeyEvent;)V]
jhdfview.jar, NewLinkDialog.class
package ncsa.hdf.view
NewLinkDialog.changedUpdate ( DocumentEvent p1 ) : void
[mangled: ncsa/hdf/view/NewLinkDialog.changedUpdate:(Ljavax/swing/event/DocumentEvent;)V]
NewLinkDialog.insertUpdate ( DocumentEvent p1 ) : void
[mangled: ncsa/hdf/view/NewLinkDialog.insertUpdate:(Ljavax/swing/event/DocumentEvent;)V]
NewLinkDialog.itemStateChanged ( ItemEvent p1 ) : void
[mangled: ncsa/hdf/view/NewLinkDialog.itemStateChanged:(Ljava/awt/event/ItemEvent;)V]
NewLinkDialog.removeUpdate ( DocumentEvent p1 ) : void
[mangled: ncsa/hdf/view/NewLinkDialog.removeUpdate:(Ljavax/swing/event/DocumentEvent;)V]
jhdfview.jar, ViewProperties.class
package ncsa.hdf.view
ViewProperties.getQuestionIcon ( ) [static] : Icon
[mangled: ncsa/hdf/view/ViewProperties.getQuestionIcon:()Ljavax/swing/Icon;]
to the top
Removed Methods (9)
jhdf.jar, HDFLibrary.class
package ncsa.hdf.hdflib
HDFLibrary.ANdestroy ( ) [static] : boolean
[mangled: ncsa/hdf/hdflib/HDFLibrary.ANdestroy:()Z]
jhdf4obj.jar, H4File.class
package ncsa.hdf.object.h4
H4File.createLink ( Group p1, String p2, HObject p3 ) : HObject
[mangled: ncsa/hdf/object/h4/H4File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Gcreate ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Gcreate:(ILjava/lang/String;I)I]
H5.H5Pcreate_list ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pcreate_list:(I)I]
jhdf5obj.jar, H5CompoundDS.class
package ncsa.hdf.object.h5
H5CompoundDS.create ( String p1, Group p2, long[ ] p3, long[ ] p4, long[ ] p5, int p6, String[ ] p7, Datatype[ ] p8, int[ ] p9, int[ ][ ] p10, Object p11 ) [static] : Dataset
[mangled: ncsa/hdf/object/h5/H5CompoundDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[J[JI[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[I[[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5CompoundDS.create ( String p1, Group p2, long[ ] p3, String[ ] p4, Datatype[ ] p5, int[ ] p6, int[ ][ ] p7, Object p8 ) [static] : Dataset *DEPRECATED*
[mangled: ncsa/hdf/object/h5/H5CompoundDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[I[[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
jhdf5obj.jar, H5File.class
package ncsa.hdf.object.h5
H5File.createLink ( Group p1, String p2, HObject p3 ) : HObject
[mangled: ncsa/hdf/object/h5/H5File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
jhdf5obj.jar, H5Group.class
package ncsa.hdf.object.h5
H5Group.create ( String p1, Group p2 ) [static] : H5Group
[mangled: ncsa/hdf/object/h5/H5Group.create:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/h5/H5Group;]
jhdfobj.jar, FileFormat.class
package ncsa.hdf.object
FileFormat.createLink ( Group p1, String p2, HObject p3 ) [abstract] : HObject
[mangled: ncsa/hdf/object/FileFormat.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
to the top
Problems with Data Types, High Severity (2)
jhdfobj.jar
package ncsa.hdf.object
[+] Datatype (1)
| Change | Effect |
---|
1 | Type of field dims has been changed from int[] to long[]. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (89)
Attribute ( String, Datatype, long[ ] )2nd parameter 'p2' of this method has type 'Datatype'.
Attribute ( String, Datatype, long[ ], Object )2nd parameter 'p2' of this method has type 'Datatype'.
getType ( )Return value of this method has type 'Datatype'.
copy ( Group, String, long[ ], Object )Field 'retval.datatype' in return value of this method has type 'Datatype'.
Dataset ( FileFormat, String, String )Field 'this.datatype' in the object of this method has type 'Datatype'.
Dataset ( FileFormat, String, String, long[ ] )Field 'this.datatype' in the object of this method has type 'Datatype'.
byteToString ( byte[ ], int )Field 'this.datatype' in the object of this method has type 'Datatype'.
clear ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
clearData ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertFromUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertFromUnsignedC ( Object, Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertToUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
...
[+] FileFormat (1)
| Change | Effect |
---|
1 | Abstract method createLink ( Group, String, HObject ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (86)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This abstract method is from 'FileFormat' abstract class.
...
to the top
Problems with Data Types, Medium Severity (1)
jhdfobj.jar
package ncsa.hdf.object
[+] FileFormat (1)
| Change | Effect |
---|
1 | Value of final field FILE_OBJ_SEP (java.lang.String) has been changed from "#//" to "://". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (86)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This abstract method is from 'FileFormat' abstract class.
...
to the top
Problems with Data Types, Low Severity (1)
jhdfview.jar
package ncsa.hdf.view
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "2.6.1" to "2.7". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (88)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getAppsIcon ( )This method is from 'ViewProperties' class.
getAudioIcon ( )This method is from 'ViewProperties' class.
getAutocontrastIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getBrightIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Methods, Low Severity (28)
jhdf5.jar, H5
package ncsa.hdf.hdf5lib
[+] H5.H5Dget_space_status ( int p1, int[ ] p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Dget_space_status:(I[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Eclear ( ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Eclear:()I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Fget_obj_count ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_obj_count:(II)I]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Screate_simple ( int p1, byte[ ] p2, byte[ ] p3 ) [static] : int *DEPRECATED* (2)
[mangled: ncsa/hdf/hdf5lib/H5.H5Screate_simple:(I[B[B)I]
| Change | Effect |
---|
1 | Removed exceptions.HDF5LibraryException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added exceptions.HDF5Exception exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Screate_simple ( int p1, long[ ] p2, long[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Screate_simple:(I[J[J)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5set_free_list_limits ( int p1, int p2, int p3, int p4, int p5, int p6 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5set_free_list_limits:(IIIIII)I]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Sselect_hyperslab ( int p1, int p2, long[ ] p3, long[ ] p4, long[ ] p5, long[ ] p6 ) [static] : int (2)
[mangled: ncsa/hdf/hdf5lib/H5.H5Sselect_hyperslab:(II[J[J[J[J)I]
| Change | Effect |
---|
1 | Removed exceptions.HDF5Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Sset_extent_simple ( int p1, int p2, long[ ] p3, long[ ] p4 ) [static] : int (2)
[mangled: ncsa/hdf/hdf5lib/H5.H5Sset_extent_simple:(II[J[J)I]
| Change | Effect |
---|
1 | Removed exceptions.HDF5Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Tcommit ( int p1, String p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tcommit:(ILjava/lang/String;I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tdetect_class ( int p1, int p2 ) [static] : boolean (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tdetect_class:(II)Z]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Tenum_insert ( int p1, String p2, int p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_insert:(ILjava/lang/String;I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tenum_insert ( int p1, String p2, int[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_insert:(ILjava/lang/String;[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tenum_nameof ( int p1, int[ ] p2, String[ ] p3, int p4 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_nameof:(I[I[Ljava/lang/String;I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tenum_valueof ( int p1, String p2, int[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_valueof:(ILjava/lang/String;[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_array_ndims ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_array_ndims:(I)I]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Tget_fields ( int p1, int[ ] p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_fields:(I[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_member_value ( int p1, int p2, int[ ] p3 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_member_value:(II[I)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tget_native_type ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_native_type:(I)I]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Tget_native_type ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tget_native_type:(II)I]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Tis_variable_str ( int p1 ) [static] : boolean (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tis_variable_str:(I)Z]
| Change | Effect |
---|
1 | Removed java.lang.NullPointerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] H5.H5Tset_ebias ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_ebias:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tset_fields ( int p1, int p2, int p3, int p4, int p5, int p6 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_fields:(IIIIII)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tset_offset ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_offset:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tset_precision ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_precision:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] H5.H5Tset_size ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Tset_size:(II)I]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
to the top
Other Changes in Data Types (77)
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] H5 (1)
| Change | Effect |
---|
1 | Field LIB_VERSION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (288)
H5 ( )This constructor is from 'H5' class.
getOpenID ( int )This method is from 'H5' class.
getOpenIDCount ( )This method is from 'H5' class.
H5Aclose ( int )This method is from 'H5' class.
H5Acopy ( int, int )This method is from 'H5' class.
H5Acreate ( int, String, int, int, int )This method is from 'H5' class.
H5Adelete ( int, String )This method is from 'H5' class.
H5Aget_name ( int, long, String[ ] )This method is from 'H5' class.
H5Aget_num_attrs ( int )This method is from 'H5' class.
H5Aget_space ( int )This method is from 'H5' class.
H5Aget_type ( int )This method is from 'H5' class.
H5Aopen_idx ( int, int )This method is from 'H5' class.
...
[+] HDF5Constants (69)
| Change | Effect |
---|
1 | Field H5E_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field H5E_MAJOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field H5E_MINOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field H5F_ACC_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field H5F_LIBVER_EARLIEST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field H5F_LIBVER_LATEST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field H5G_STORAGE_TYPE_COMPACT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field H5G_STORAGE_TYPE_DENSE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field H5G_STORAGE_TYPE_SYMBOL_TABLE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field H5G_STORAGE_TYPE_UNKNOWN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field H5L_TYPE_ERROR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
12 | Field H5L_TYPE_EXTERNAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
13 | Field H5L_TYPE_HARD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
14 | Field H5L_TYPE_MAX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
15 | Field H5L_TYPE_SOFT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
16 | Field H5O_COPY_EXPAND_EXT_LINK_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
17 | Field H5O_COPY_EXPAND_REFERENCE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
18 | Field H5O_COPY_EXPAND_SOFT_LINK_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
19 | Field H5O_COPY_PRESERVE_NULL_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
20 | Field H5O_COPY_SHALLOW_HIERARCHY_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
21 | Field H5O_COPY_WITHOUT_ATTR_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
22 | Field H5O_SHMESG_ALL_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
23 | Field H5O_SHMESG_ATTR_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
24 | Field H5O_SHMESG_DTYPE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
25 | Field H5O_SHMESG_FILL_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
26 | Field H5O_SHMESG_NONE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
27 | Field H5O_SHMESG_PLINE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
28 | Field H5O_SHMESG_SDSPACE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
29 | Field H5O_TYPE_DATASET has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
30 | Field H5O_TYPE_GROUP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
31 | Field H5O_TYPE_NAMED_DATATYPE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
32 | Field H5O_TYPE_NTYPES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
33 | Field H5O_TYPE_UNKNOWN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
34 | Field H5P_CRT_ORDER_INDEXED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
35 | Field H5P_CRT_ORDER_TRACKED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
36 | Field H5P_DATASET_ACCESS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
37 | Field H5P_DATASET_ACCESS_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
38 | Field H5P_GROUP_ACCESS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
39 | Field H5P_GROUP_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
40 | Field H5P_LINK_ACCESS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
41 | Field H5P_LINK_CREATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
42 | Field H5P_OBJECT_COPY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
43 | Field H5S_NULL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
44 | Field H5Z_FILTER_ALL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
45 | Field H5Z_FILTER_NBIT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
46 | Field H5Z_FILTER_SCALEOFFSET has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
47 | Field H5Z_NBIT_USER_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
48 | Field H5Z_SCALEOFFSET_USER_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
49 | Field H5Z_SHUFFLE_TOTAL_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
50 | Field H5Z_SHUFFLE_USER_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
51 | Field H5Z_SO_FLOAT_DSCALE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
52 | Field H5Z_SO_FLOAT_ESCALE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
53 | Field H5Z_SO_INT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
54 | Field H5Z_SO_INT_MINBITS_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
55 | Field H5Z_SZIP_PARM_BPP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
56 | Field H5Z_SZIP_PARM_MASK has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
57 | Field H5Z_SZIP_PARM_PPB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
58 | Field H5Z_SZIP_PARM_PPS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
59 | Field H5Z_SZIP_TOTAL_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
60 | Field H5Z_SZIP_USER_NPARMS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
61 | Field H5_INDEX_CRT_ORDER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
62 | Field H5_INDEX_N has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
63 | Field H5_INDEX_NAME has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
64 | Field H5_INDEX_UNKNOWN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
65 | Field H5_ITER_DEC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
66 | Field H5_ITER_INC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
67 | Field H5_ITER_N has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
68 | Field H5_ITER_NATIVE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
69 | Field H5_ITER_UNKNOWN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
HDF5Constants ( )This constructor is from 'HDF5Constants' class.
jhdfobj.jar
package ncsa.hdf.object
[+] Group (5)
| Change | Effect |
---|
1 | Field CRT_ORDER_INDEXED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field CRT_ORDER_TRACKED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field LINK_TYPE_EXTERNAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field LINK_TYPE_HARD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field LINK_TYPE_SOFT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (56)
copy ( Group, String, long[ ], Object )1st parameter 'p1' of this method has type 'Group'.
copy ( Group, String, long[ ], Object )1st parameter 'p1' of this abstract method has type 'Group'.
copy ( HObject, Group )2nd parameter 'p2' of this method has type 'Group'.
copy ( HObject, Group, String )2nd parameter 'p2' of this abstract method has type 'Group'.
createCompoundDS ( String, Group, long[ ], long[ ], long[ ], int, String[ ], Datatype[ ], int[ ], Object )2nd parameter 'p2' of this method has type 'Group'.
createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )2nd parameter 'p2' of this method has type 'Group'.
createGroup ( String, Group )2nd parameter 'p2' of this abstract method has type 'Group'.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )2nd parameter 'p2' of this abstract method has type 'Group'.
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )2nd parameter 'p2' of this abstract method has type 'Group'.
Group ( FileFormat, String, String, Group )4th parameter 'p4' of this method has type 'Group'.
Group ( FileFormat, String, String, Group, long[ ] )4th parameter 'p4' of this method has type 'Group'.
addToMemberList ( HObject )This method is from 'Group' abstract class.
...
[+] HObject (1)
| Change | Effect |
---|
1 | Field linkTargetObjName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (60)
copy ( HObject, Group )1st parameter 'p1' of this method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this abstract method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
findObject ( FileFormat, long[ ] )Return value of this method has type 'HObject'.
findObject ( FileFormat, String )Return value of this method has type 'HObject'.
get ( String )Return value of this abstract method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
writeAttribute ( HObject, Attribute, boolean )1st parameter 'p1' of this abstract method has type 'HObject'.
addToMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
removeFromMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this method has type 'HObject'.
...
[+] ScalarDS (1)
| Change | Effect |
---|
1 | Field isFillValueConverted has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (20)
ScalarDS ( FileFormat, String, String )This constructor is from 'ScalarDS' abstract class.
ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'ScalarDS' abstract class.
clearData ( )This method is from 'ScalarDS' abstract class.
convertFromUnsignedC ( )This method is from 'ScalarDS' abstract class.
convertToUnsignedC ( )This method is from 'ScalarDS' abstract class.
getFillValue ( )This method is from 'ScalarDS' abstract class.
getImageDataRange ( )This method is from 'ScalarDS' abstract class.
getInterlace ( )This method is from 'ScalarDS' abstract class.
getPalette ( )This abstract method is from 'ScalarDS' abstract class.
getPaletteRefs ( )This abstract method is from 'ScalarDS' abstract class.
isDefaultImageOrder ( )This method is from 'ScalarDS' abstract class.
isImage ( )This method is from 'ScalarDS' abstract class.
...
to the top
Java ARchives (6)
jhdf.jar
jhdf4obj.jar
jhdf5.jar
jhdf5obj.jar
jhdfobj.jar
jhdfview.jar
to the top