public class HDF5Lib
extends java.lang.Object
HDF5Lib
object provides a singleton interface for accessing
a thread-safe version of the HDF 5 library. All methods should use this
interface for performing HDF 5 library operations.Modifier and Type | Method and Description |
---|---|
int |
_H5Oopen_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
int |
_H5Pclose_class(int arg0) |
static HDF5Lib |
getInstance()
Gets the singleton instance of this class.
|
int |
getOpenIDCount() |
java.util.Collection |
getOpenIDs() |
int |
H5Aclose(int arg0) |
int |
H5Acopy(int arg0,
int arg1) |
int |
H5Acreate_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7) |
int |
H5Acreate(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
int arg4,
int arg5) |
void |
H5Adelete_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
int |
H5Adelete_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3) |
int |
H5Adelete(int arg0,
java.lang.String arg1) |
boolean |
H5Aexists_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3) |
boolean |
H5Aexists(int arg0,
java.lang.String arg1) |
int |
H5Aget_create_plist(int arg0) |
hdf.hdf5lib.structs.H5A_info_t |
H5Aget_info_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
hdf.hdf5lib.structs.H5A_info_t |
H5Aget_info_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3) |
hdf.hdf5lib.structs.H5A_info_t |
H5Aget_info(int arg0) |
java.lang.String |
H5Aget_name_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
long |
H5Aget_name(int arg0,
long arg1,
java.lang.String[] arg2) |
long |
H5Aget_name(int arg0,
java.lang.String[] arg1) |
int |
H5Aget_space(int arg0) |
long |
H5Aget_storage_size(int arg0) |
int |
H5Aget_type(int arg0) |
int |
H5Aiterate_by_name(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
hdf.hdf5lib.callbacks.H5A_iterate_cb arg5,
hdf.hdf5lib.callbacks.H5A_iterate_t arg6,
int arg7) |
int |
H5Aiterate(int arg0,
int arg1,
int arg2,
long arg3,
hdf.hdf5lib.callbacks.H5A_iterate_cb arg4,
hdf.hdf5lib.callbacks.H5A_iterate_t arg5) |
int |
H5Aopen_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5,
int arg6) |
int |
H5Aopen_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3,
int arg4) |
int |
H5Aopen(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5Aread(int arg0,
int arg1,
byte[] arg2) |
int |
H5Aread(int arg0,
int arg1,
java.lang.Object arg2) |
int |
H5AreadComplex(int arg0,
int arg1,
java.lang.String[] arg2) |
int |
H5AreadVL(int arg0,
int arg1,
java.lang.String[] arg2) |
int |
H5Arename_by_name(int arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3,
int arg4) |
int |
H5Arename(int arg0,
java.lang.String arg1,
java.lang.String arg2) |
int |
H5Awrite(int arg0,
int arg1,
byte[] arg2) |
int |
H5Awrite(int arg0,
int arg1,
java.lang.Object arg2) |
int |
H5AwriteVL(int arg0,
int arg1,
java.lang.String[] arg2) |
int |
H5check_version(int arg0,
int arg1,
int arg2) |
int |
H5close() |
int |
H5Dclose(int arg0) |
int |
H5Dcopy(int arg0,
int arg1) |
int |
H5Dcreate_anon(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
int |
H5Dcreate(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6) |
void |
H5Dfill(byte[] arg0,
int arg1,
byte[] arg2,
int arg3,
int arg4) |
int |
H5Dget_access_plist(int arg0) |
int |
H5Dget_create_plist(int arg0) |
long |
H5Dget_offset(int arg0) |
int |
H5Dget_space_status(int arg0) |
int |
H5Dget_space_status(int arg0,
int[] arg1) |
int |
H5Dget_space(int arg0) |
long |
H5Dget_storage_size(int arg0) |
int |
H5Dget_type(int arg0) |
int |
H5Diterate(byte[] arg0,
int arg1,
int arg2,
hdf.hdf5lib.callbacks.H5D_iterate_cb arg3,
hdf.hdf5lib.callbacks.H5D_iterate_t arg4) |
int |
H5Dopen(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5Dread_double(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
double[] arg5) |
int |
H5Dread_double(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
double[] arg5,
boolean arg6) |
int |
H5Dread_float(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
float[] arg5) |
int |
H5Dread_float(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
float[] arg5,
boolean arg6) |
int |
H5Dread_int(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int[] arg5) |
int |
H5Dread_int(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int[] arg5,
boolean arg6) |
int |
H5Dread_long(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long[] arg5) |
int |
H5Dread_long(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long[] arg5,
boolean arg6) |
int |
H5Dread_reg_ref_data(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.String[] arg5) |
int |
H5Dread_reg_ref(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.String[] arg5) |
int |
H5Dread_short(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
short[] arg5) |
int |
H5Dread_short(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
short[] arg5,
boolean arg6) |
int |
H5Dread_string(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.String[] arg5) |
int |
H5Dread(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
byte[] arg5) |
int |
H5Dread(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
byte[] arg5,
boolean arg6) |
int |
H5Dread(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.Object arg5) |
int |
H5Dread(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.Object arg5,
boolean arg6) |
int |
H5DreadVL(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.Object[] arg5) |
void |
H5Dset_extent(int arg0,
long[] arg1) |
long |
H5Dvlen_get_buf_size_long(int arg0,
int arg1,
int arg2) |
int |
H5Dvlen_get_buf_size(int arg0,
int arg1,
int arg2,
int[] arg3) |
int |
H5Dvlen_reclaim(int arg0,
int arg1,
int arg2,
byte[] arg3) |
int |
H5Dwrite_double(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
double[] arg5) |
int |
H5Dwrite_double(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
double[] arg5,
boolean arg6) |
int |
H5Dwrite_float(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
float[] arg5) |
int |
H5Dwrite_float(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
float[] arg5,
boolean arg6) |
int |
H5Dwrite_int(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int[] arg5) |
int |
H5Dwrite_int(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int[] arg5,
boolean arg6) |
int |
H5Dwrite_long(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long[] arg5) |
int |
H5Dwrite_long(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long[] arg5,
boolean arg6) |
int |
H5Dwrite_short(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
short[] arg5) |
int |
H5Dwrite_short(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
short[] arg5,
boolean arg6) |
int |
H5Dwrite(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
byte[] arg5) |
int |
H5Dwrite(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
byte[] arg5,
boolean arg6) |
int |
H5Dwrite(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.Object arg5) |
int |
H5Dwrite(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.Object arg5,
boolean arg6) |
int |
H5DwriteString(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
java.lang.String[] arg5) |
boolean |
H5Eauto_is_v2(int arg0) |
int |
H5Eclear() |
void |
H5Eclear(int arg0) |
void |
H5Eclear2(int arg0) |
void |
H5Eclose_msg(int arg0) |
void |
H5Eclose_stack(int arg0) |
int |
H5Ecreate_msg(int arg0,
int arg1,
java.lang.String arg2) |
int |
H5Ecreate_stack() |
java.lang.String |
H5Eget_class_name(int arg0) |
int |
H5Eget_current_stack() |
java.lang.String |
H5Eget_msg(int arg0,
int[] arg1) |
long |
H5Eget_num(int arg0) |
void |
H5Epop(int arg0,
long arg1) |
void |
H5Eprint2(int arg0,
java.lang.Object arg1) |
void |
H5Epush(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3,
int arg4,
int arg5,
int arg6,
java.lang.String arg7) |
void |
H5Epush2(int arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3,
int arg4,
int arg5,
int arg6,
java.lang.String arg7) |
int |
H5Eregister_class(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2) |
int |
H5error_off() |
void |
H5Eset_current_stack(int arg0) |
void |
H5Eunregister_class(int arg0) |
void |
H5Ewalk(int arg0,
int arg1,
hdf.hdf5lib.callbacks.H5E_walk_cb arg2,
hdf.hdf5lib.callbacks.H5E_walk_t arg3) |
void |
H5Ewalk2(int arg0,
int arg1,
hdf.hdf5lib.callbacks.H5E_walk_cb arg2,
hdf.hdf5lib.callbacks.H5E_walk_t arg3) |
void |
H5export_dataset(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
int arg3) |
void |
H5Fclear_elink_file_cache(int arg0) |
int |
H5Fclose(int arg0) |
int |
H5Fcreate(java.lang.String arg0,
int arg1,
int arg2,
int arg3) |
int |
H5Fflush(int arg0,
int arg1) |
int |
H5Fget_access_plist(int arg0) |
int |
H5Fget_create_plist(int arg0) |
long |
H5Fget_filesize(int arg0) |
long |
H5Fget_freespace(int arg0) |
hdf.hdf5lib.structs.H5F_info_t |
H5Fget_info(int arg0) |
int |
H5Fget_intent(int arg0) |
double |
H5Fget_mdc_hit_rate(int arg0) |
int |
H5Fget_mdc_size(int arg0,
long[] arg1) |
java.lang.String |
H5Fget_name(int arg0) |
java.lang.String |
H5Fget_name(int arg0,
int arg1) |
long |
H5Fget_obj_count_long(int arg0,
int arg1) |
int |
H5Fget_obj_count(int arg0,
int arg1) |
long |
H5Fget_obj_ids_long(int arg0,
int arg1,
long arg2,
int[] arg3) |
int |
H5Fget_obj_ids(int arg0,
int arg1,
int arg2,
int[] arg3) |
boolean |
H5Fis_hdf5(java.lang.String arg0) |
int |
H5Fmount(int arg0,
java.lang.String arg1,
int arg2,
int arg3) |
int |
H5Fopen(java.lang.String arg0,
int arg1,
int arg2) |
int |
H5Freopen(int arg0) |
void |
H5Freset_mdc_hit_rate_stats(int arg0) |
int |
H5Funmount(int arg0,
java.lang.String arg1) |
int |
H5garbage_collect() |
int |
H5Gclose(int arg0) |
int |
H5Gcreate_anon(int arg0,
int arg1,
int arg2) |
int |
H5Gcreate(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
int arg4) |
int |
H5get_libversion(int[] arg0) |
int |
H5Gget_create_plist(int arg0) |
hdf.hdf5lib.structs.H5G_info_t |
H5Gget_info_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
hdf.hdf5lib.structs.H5G_info_t |
H5Gget_info_by_name(int arg0,
java.lang.String arg1,
int arg2) |
hdf.hdf5lib.structs.H5G_info_t |
H5Gget_info(int arg0) |
int |
H5Gget_obj_info_all(int arg0,
java.lang.String arg1,
java.lang.String[] arg2,
int[] arg3,
int[] arg4,
long[] arg5,
int arg6) |
int |
H5Gget_obj_info_all(int arg0,
java.lang.String arg1,
java.lang.String[] arg2,
int[] arg3,
int[] arg4,
long[] arg5,
long[] arg6,
int arg7) |
int |
H5Gget_obj_info_all(int arg0,
java.lang.String arg1,
java.lang.String[] arg2,
int[] arg3,
long[] arg4) |
int |
H5Gget_obj_info_full(int arg0,
java.lang.String arg1,
java.lang.String[] arg2,
int[] arg3,
int[] arg4,
long[] arg5,
long[] arg6,
int arg7,
int arg8) |
int |
H5Gget_obj_info_idx(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String[] arg3,
int[] arg4) |
int |
H5Gget_obj_info_max(int arg0,
java.lang.String[] arg1,
int[] arg2,
int[] arg3,
long[] arg4,
int arg5) |
long |
H5Gn_members_long(int arg0,
java.lang.String arg1) |
int |
H5Gn_members(int arg0,
java.lang.String arg1) |
int |
H5Gopen(int arg0,
java.lang.String arg1,
int arg2) |
void |
H5Iclear_type(int arg0,
boolean arg1) |
int |
H5Idec_ref(int arg0) |
int |
H5Idec_type_ref(int arg0) |
void |
H5Idestroy_type(int arg0) |
int |
H5Iget_file_id(int arg0) |
long |
H5Iget_name(int arg0,
java.lang.String[] arg1,
long arg2) |
int |
H5Iget_ref(int arg0) |
int |
H5Iget_type_ref(int arg0) |
int |
H5Iget_type(int arg0) |
int |
H5Iinc_ref(int arg0) |
int |
H5Iinc_type_ref(int arg0) |
boolean |
H5Iis_valid(int arg0) |
int |
H5Inmembers(int arg0) |
boolean |
H5Itype_exists(int arg0) |
void |
H5Lcopy(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4,
int arg5) |
void |
H5Lcreate_external(java.lang.String arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4,
int arg5) |
void |
H5Lcreate_hard(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4,
int arg5) |
void |
H5Lcreate_soft(java.lang.String arg0,
int arg1,
java.lang.String arg2,
int arg3,
int arg4) |
void |
H5Ldelete_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
void |
H5Ldelete(int arg0,
java.lang.String arg1,
int arg2) |
boolean |
H5Lexists(int arg0,
java.lang.String arg1,
int arg2) |
hdf.hdf5lib.structs.H5L_info_t |
H5Lget_info_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
hdf.hdf5lib.structs.H5L_info_t |
H5Lget_info(int arg0,
java.lang.String arg1,
int arg2) |
java.lang.String |
H5Lget_name_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
int |
H5Lget_val_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
java.lang.String[] arg5,
int arg6) |
int |
H5Lget_val(int arg0,
java.lang.String arg1,
java.lang.String[] arg2,
int arg3) |
int |
H5Lis_registered(int arg0) |
int |
H5Literate_by_name(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
hdf.hdf5lib.callbacks.H5L_iterate_cb arg5,
hdf.hdf5lib.callbacks.H5L_iterate_t arg6,
int arg7) |
int |
H5Literate(int arg0,
int arg1,
int arg2,
long arg3,
hdf.hdf5lib.callbacks.H5L_iterate_cb arg4,
hdf.hdf5lib.callbacks.H5L_iterate_t arg5) |
void |
H5Lmove(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4,
int arg5) |
void |
H5Lunregister(int arg0) |
int |
H5Lvisit_by_name(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
hdf.hdf5lib.callbacks.H5L_iterate_cb arg4,
hdf.hdf5lib.callbacks.H5L_iterate_t arg5,
int arg6) |
int |
H5Lvisit(int arg0,
int arg1,
int arg2,
hdf.hdf5lib.callbacks.H5L_iterate_cb arg3,
hdf.hdf5lib.callbacks.H5L_iterate_t arg4) |
int |
H5Oclose(int arg0) |
void |
H5Ocopy(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4,
int arg5) |
void |
H5Odecr_refcount(int arg0) |
boolean |
H5Oexists_by_name(int arg0,
java.lang.String arg1,
int arg2) |
java.lang.String |
H5Oget_comment_by_name(int arg0,
java.lang.String arg1,
int arg2) |
java.lang.String |
H5Oget_comment(int arg0) |
hdf.hdf5lib.structs.H5O_info_t |
H5Oget_info_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
hdf.hdf5lib.structs.H5O_info_t |
H5Oget_info_by_name(int arg0,
java.lang.String arg1,
int arg2) |
hdf.hdf5lib.structs.H5O_info_t |
H5Oget_info(int arg0) |
void |
H5Oincr_refcount(int arg0) |
void |
H5Olink(int arg0,
int arg1,
java.lang.String arg2,
int arg3,
int arg4) |
int |
H5Oopen_by_addr(int arg0,
long arg1) |
int |
H5Oopen_by_idx(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
long arg4,
int arg5) |
int |
H5Oopen(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5open()
These are the HDF 5 library method signatures that have been autogenerated
using reflection by the main program below.
|
int |
H5Ovisit_by_name(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
hdf.hdf5lib.callbacks.H5O_iterate_cb arg4,
hdf.hdf5lib.callbacks.H5O_iterate_t arg5,
int arg6) |
int |
H5Ovisit(int arg0,
int arg1,
int arg2,
hdf.hdf5lib.callbacks.H5O_iterate_cb arg3,
hdf.hdf5lib.callbacks.H5O_iterate_t arg4) |
boolean |
H5P_equal(int arg0,
int arg1) |
boolean |
H5Pall_filters_avail(int arg0) |
int |
H5Pclose_class(int arg0) |
int |
H5Pclose(int arg0) |
int |
H5Pcopy_prop(int arg0,
int arg1,
java.lang.String arg2) |
int |
H5Pcopy(int arg0) |
int |
H5Pcreate_class_nocb(int arg0,
java.lang.String arg1) |
int |
H5Pcreate(int arg0) |
int |
H5Pequal(int arg0,
int arg1) |
int |
H5Pexist(int arg0,
java.lang.String arg1) |
int |
H5Pfill_value_defined(int arg0,
int[] arg1) |
int |
H5Pget_alignment(int arg0,
long[] arg1) |
int |
H5Pget_alloc_time(int arg0,
int[] arg1) |
int |
H5Pget_attr_creation_order(int arg0) |
int |
H5Pget_attr_phase_change(int arg0,
int[] arg1) |
int |
H5Pget_btree_ratios(int arg0,
double[] arg1,
double[] arg2,
double[] arg3) |
long |
H5Pget_buffer_size(int arg0) |
int |
H5Pget_buffer(int arg0,
byte[] arg1,
byte[] arg2) |
int |
H5Pget_cache(int arg0,
int[] arg1,
long[] arg2,
long[] arg3,
double[] arg4) |
int |
H5Pget_char_encoding(int arg0) |
void |
H5Pget_chunk_cache(int arg0,
long[] arg1,
long[] arg2,
double[] arg3) |
int |
H5Pget_chunk(int arg0,
int arg1,
long[] arg2) |
java.lang.String |
H5Pget_class_name(int arg0) |
int |
H5Pget_class_parent(int arg0) |
int |
H5Pget_class(int arg0) |
int |
H5Pget_copy_object(int arg0) |
boolean |
H5Pget_create_intermediate_group(int arg0) |
long |
H5Pget_data_transform(int arg0,
java.lang.String[] arg1,
long arg2) |
int |
H5Pget_driver(int arg0) |
int |
H5Pget_edc_check(int arg0) |
int |
H5Pget_elink_acc_flags(int arg0) |
int |
H5Pget_elink_fapl(int arg0) |
int |
H5Pget_elink_file_cache_size(int arg0) |
long |
H5Pget_elink_prefix(int arg0,
java.lang.String[] arg1) |
int |
H5Pget_est_link_info(int arg0,
int[] arg1) |
int |
H5Pget_external_count(int arg0) |
int |
H5Pget_external(int arg0,
int arg1,
long arg2,
java.lang.String[] arg3,
long[] arg4) |
long |
H5Pget_family_offset(int arg0) |
void |
H5Pget_fapl_core(int arg0,
long[] arg1,
boolean[] arg2) |
int |
H5Pget_fapl_direct(int arg0,
long[] arg1) |
int |
H5Pget_fapl_family(int arg0,
long[] arg1,
int[] arg2) |
boolean |
H5Pget_fapl_multi(int arg0,
int[] arg1,
int[] arg2,
java.lang.String[] arg3,
long[] arg4) |
int |
H5Pget_fclose_degree(int arg0) |
int |
H5Pget_fill_time(int arg0,
int[] arg1) |
int |
H5Pget_fill_value(int arg0,
int arg1,
byte[] arg2) |
int |
H5Pget_fill_value(int arg0,
int arg1,
java.lang.Object arg2) |
int |
H5Pget_filter_by_id(int arg0,
int arg1,
int[] arg2,
long[] arg3,
int[] arg4,
long arg5,
java.lang.String[] arg6,
int[] arg7) |
int |
H5Pget_filter_by_id2(int arg0,
int arg1,
int[] arg2,
long[] arg3,
int[] arg4,
long arg5,
java.lang.String[] arg6,
int[] arg7) |
int |
H5Pget_filter(int arg0,
int arg1,
int[] arg2,
long[] arg3,
int[] arg4,
long arg5,
java.lang.String[] arg6,
int[] arg7) |
int |
H5Pget_gc_reference(int arg0,
boolean[] arg1) |
int |
H5Pget_gc_references(int arg0,
boolean[] arg1) |
boolean |
H5Pget_gcreferences(int arg0) |
int |
H5Pget_hyper_vector_size(int arg0,
long[] arg1) |
int |
H5Pget_istore_k(int arg0,
int[] arg1) |
int |
H5Pget_layout(int arg0) |
int |
H5Pget_libver_bounds(int arg0,
int[] arg1) |
int |
H5Pget_link_creation_order(int arg0) |
int |
H5Pget_link_phase_change(int arg0,
int[] arg1) |
long |
H5Pget_local_heap_size_hint(int arg0) |
hdf.hdf5lib.structs.H5AC_cache_config_t |
H5Pget_mdc_config(int arg0) |
long |
H5Pget_meta_block_size(int arg0) |
int |
H5Pget_nfilters(int arg0) |
long |
H5Pget_nlinks(int arg0) |
long |
H5Pget_nprops(int arg0) |
boolean |
H5Pget_obj_track_times(int arg0) |
int |
H5Pget_shared_mesg_index(int arg0,
int arg1,
int[] arg2) |
int |
H5Pget_shared_mesg_nindexes(int arg0) |
int |
H5Pget_shared_mesg_phase_change(int arg0,
int[] arg1) |
long |
H5Pget_sieve_buf_size(int arg0) |
long |
H5Pget_size(int arg0,
java.lang.String arg1) |
int |
H5Pget_sizes(int arg0,
long[] arg1) |
long |
H5Pget_small_data_block_size_long(int arg0) |
int |
H5Pget_small_data_block_size(int arg0,
long[] arg1) |
int |
H5Pget_sym_k(int arg0,
int[] arg1) |
int |
H5Pget_userblock(int arg0,
long[] arg1) |
int |
H5Pget_version(int arg0,
int[] arg1) |
int |
H5Pget(int arg0,
java.lang.String arg1) |
void |
H5Pinsert2_nocb(int arg0,
java.lang.String arg1,
long arg2,
byte[] arg3) |
int |
H5Pisa_class(int arg0,
int arg1) |
int |
H5Piterate(int arg0,
int[] arg1,
hdf.hdf5lib.callbacks.H5P_iterate_cb arg2,
hdf.hdf5lib.callbacks.H5P_iterate_t arg3) |
int |
H5PLget_loading_state() |
void |
H5PLset_loading_state(int arg0) |
int |
H5Pmodify_filter(int arg0,
int arg1,
int arg2,
long arg3,
int[] arg4) |
void |
H5Pregister2_nocb(int arg0,
java.lang.String arg1,
long arg2,
byte[] arg3) |
int |
H5Premove_filter(int arg0,
int arg1) |
int |
H5Premove(int arg0,
java.lang.String arg1) |
int |
H5Pset_alignment(int arg0,
long arg1,
long arg2) |
int |
H5Pset_alloc_time(int arg0,
int arg1) |
int |
H5Pset_attr_creation_order(int arg0,
int arg1) |
void |
H5Pset_attr_phase_change(int arg0,
int arg1,
int arg2) |
int |
H5Pset_btree_ratios(int arg0,
double arg1,
double arg2,
double arg3) |
void |
H5Pset_buffer_size(int arg0,
long arg1) |
int |
H5Pset_cache(int arg0,
int arg1,
long arg2,
long arg3,
double arg4) |
void |
H5Pset_char_encoding(int arg0,
int arg1) |
void |
H5Pset_chunk_cache(int arg0,
long arg1,
long arg2,
double arg3) |
int |
H5Pset_chunk(int arg0,
int arg1,
byte[] arg2) |
int |
H5Pset_chunk(int arg0,
int arg1,
long[] arg2) |
void |
H5Pset_copy_object(int arg0,
int arg1) |
int |
H5Pset_create_intermediate_group(int arg0,
boolean arg1) |
int |
H5Pset_data_transform(int arg0,
java.lang.String arg1) |
int |
H5Pset_deflate(int arg0,
int arg1) |
int |
H5Pset_edc_check(int arg0,
int arg1) |
int |
H5Pset_elink_acc_flags(int arg0,
int arg1) |
int |
H5Pset_elink_fapl(int arg0,
int arg1) |
void |
H5Pset_elink_file_cache_size(int arg0,
int arg1) |
int |
H5Pset_elink_prefix(int arg0,
java.lang.String arg1) |
int |
H5Pset_est_link_info(int arg0,
int arg1,
int arg2) |
int |
H5Pset_external(int arg0,
java.lang.String arg1,
long arg2,
long arg3) |
int |
H5Pset_family_offset(int arg0,
long arg1) |
int |
H5Pset_fapl_core(int arg0,
long arg1,
boolean arg2) |
int |
H5Pset_fapl_direct(int arg0,
long arg1,
long arg2,
long arg3) |
int |
H5Pset_fapl_family(int arg0,
long arg1,
int arg2) |
void |
H5Pset_fapl_log(int arg0,
java.lang.String arg1,
long arg2,
long arg3) |
void |
H5Pset_fapl_multi(int arg0,
int[] arg1,
int[] arg2,
java.lang.String[] arg3,
long[] arg4,
boolean arg5) |
int |
H5Pset_fapl_sec2(int arg0) |
void |
H5Pset_fapl_split(int arg0,
java.lang.String arg1,
int arg2,
java.lang.String arg3,
int arg4) |
int |
H5Pset_fapl_stdio(int arg0) |
int |
H5Pset_fapl_windows(int arg0) |
int |
H5Pset_fclose_degree(int arg0,
int arg1) |
int |
H5Pset_fill_time(int arg0,
int arg1) |
int |
H5Pset_fill_value(int arg0,
int arg1,
byte[] arg2) |
int |
H5Pset_fill_value(int arg0,
int arg1,
java.lang.Object arg2) |
int |
H5Pset_filter(int arg0,
int arg1,
int arg2,
long arg3,
int[] arg4) |
int |
H5Pset_fletcher32(int arg0) |
int |
H5Pset_gc_references(int arg0,
boolean arg1) |
int |
H5Pset_hyper_vector_size(int arg0,
long arg1) |
int |
H5Pset_istore_k(int arg0,
int arg1) |
int |
H5Pset_layout(int arg0,
int arg1) |
int |
H5Pset_libver_bounds(int arg0,
int arg1,
int arg2) |
int |
H5Pset_link_creation_order(int arg0,
int arg1) |
int |
H5Pset_link_phase_change(int arg0,
int arg1,
int arg2) |
int |
H5Pset_local_heap_size_hint(int arg0,
long arg1) |
void |
H5Pset_mdc_config(int arg0,
hdf.hdf5lib.structs.H5AC_cache_config_t arg1) |
void |
H5Pset_meta_block_size(int arg0,
long arg1) |
int |
H5Pset_nbit(int arg0) |
int |
H5Pset_nlinks(int arg0,
long arg1) |
void |
H5Pset_obj_track_times(int arg0,
boolean arg1) |
int |
H5Pset_scaleoffset(int arg0,
int arg1,
int arg2) |
int |
H5Pset_shared_mesg_index(int arg0,
int arg1,
int arg2,
int arg3) |
int |
H5Pset_shared_mesg_nindexes(int arg0,
int arg1) |
int |
H5Pset_shared_mesg_phase_change(int arg0,
int arg1,
int arg2) |
int |
H5Pset_shuffle(int arg0) |
void |
H5Pset_sieve_buf_size(int arg0,
long arg1) |
int |
H5Pset_sizes(int arg0,
int arg1,
int arg2) |
int |
H5Pset_small_data_block_size(int arg0,
long arg1) |
int |
H5Pset_sym_k(int arg0,
int arg1,
int arg2) |
int |
H5Pset_szip(int arg0,
int arg1,
int arg2) |
int |
H5Pset_userblock(int arg0,
long arg1) |
int |
H5Pset(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5Punregister(int arg0,
java.lang.String arg1) |
byte[] |
H5Rcreate(int arg0,
java.lang.String arg1,
int arg2,
int arg3) |
int |
H5Rdereference(int arg0,
int arg1,
byte[] arg2) |
long |
H5Rget_name(int arg0,
int arg1,
byte[] arg2,
java.lang.String[] arg3,
long arg4) |
int |
H5Rget_obj_type(int arg0,
int arg1,
byte[] arg2,
int[] arg3) |
int |
H5Rget_region(int arg0,
int arg1,
byte[] arg2) |
int |
H5Sclose(int arg0) |
int |
H5Scopy(int arg0) |
int |
H5Screate_simple(int arg0,
long[] arg1,
long[] arg2) |
int |
H5Screate(int arg0) |
int |
H5Sdecode(byte[] arg0) |
byte[] |
H5Sencode(int arg0) |
int |
H5set_free_list_limits(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5) |
int |
H5Sextent_copy(int arg0,
int arg1) |
boolean |
H5Sextent_equal(int arg0,
int arg1) |
int |
H5Sget_select_bounds(int arg0,
long[] arg1,
long[] arg2) |
long |
H5Sget_select_elem_npoints(int arg0) |
int |
H5Sget_select_elem_pointlist(int arg0,
long arg1,
long arg2,
long[] arg3) |
int |
H5Sget_select_hyper_blocklist(int arg0,
long arg1,
long arg2,
long[] arg3) |
long |
H5Sget_select_hyper_nblocks(int arg0) |
long |
H5Sget_select_npoints(int arg0) |
int |
H5Sget_select_type(int arg0) |
int |
H5Sget_simple_extent_dims(int arg0,
long[] arg1,
long[] arg2) |
int |
H5Sget_simple_extent_ndims(int arg0) |
long |
H5Sget_simple_extent_npoints(int arg0) |
int |
H5Sget_simple_extent_type(int arg0) |
boolean |
H5Sis_simple(int arg0) |
int |
H5Soffset_simple(int arg0,
byte[] arg1) |
int |
H5Soffset_simple(int arg0,
long[] arg1) |
int |
H5Sselect_all(int arg0) |
int |
H5Sselect_elements(int arg0,
int arg1,
int arg2,
long[][] arg3) |
int |
H5Sselect_hyperslab(int arg0,
int arg1,
byte[] arg2,
byte[] arg3,
byte[] arg4,
byte[] arg5) |
int |
H5Sselect_hyperslab(int arg0,
int arg1,
long[] arg2,
long[] arg3,
long[] arg4,
long[] arg5) |
int |
H5Sselect_none(int arg0) |
boolean |
H5Sselect_valid(int arg0) |
int |
H5Sset_extent_none(int arg0) |
int |
H5Sset_extent_simple(int arg0,
int arg1,
byte[] arg2,
byte[] arg3) |
int |
H5Sset_extent_simple(int arg0,
int arg1,
long[] arg2,
long[] arg3) |
int |
H5Tarray_create(int arg0,
int arg1,
long[] arg2) |
int |
H5Tclose(int arg0) |
void |
H5Tcommit_anon(int arg0,
int arg1,
int arg2,
int arg3) |
void |
H5Tcommit(int arg0,
java.lang.String arg1,
int arg2,
int arg3,
int arg4,
int arg5) |
boolean |
H5Tcommitted(int arg0) |
void |
H5Tcompiler_conv(int arg0,
int arg1) |
void |
H5Tconvert(int arg0,
int arg1,
long arg2,
byte[] arg3,
byte[] arg4,
int arg5) |
int |
H5Tcopy(int arg0) |
int |
H5Tcreate(int arg0,
int arg1) |
int |
H5Tcreate(int arg0,
long arg1) |
int |
H5Tdecode(byte[] arg0) |
boolean |
H5Tdetect_class(int arg0,
int arg1) |
int |
H5Tencode(int arg0,
byte[] arg1,
long arg2) |
int |
H5Tenum_create(int arg0) |
void |
H5Tenum_insert(int arg0,
java.lang.String arg1,
byte[] arg2) |
int |
H5Tenum_insert(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5Tenum_insert(int arg0,
java.lang.String arg1,
int[] arg2) |
java.lang.String |
H5Tenum_nameof(int arg0,
byte[] arg1,
long arg2) |
int |
H5Tenum_nameof(int arg0,
int[] arg1,
java.lang.String[] arg2,
int arg3) |
void |
H5Tenum_valueof(int arg0,
java.lang.String arg1,
byte[] arg2) |
int |
H5Tenum_valueof(int arg0,
java.lang.String arg1,
int[] arg2) |
boolean |
H5Tequal(int arg0,
int arg1) |
int |
H5Tget_array_dims(int arg0,
long[] arg1) |
int |
H5Tget_array_dims2(int arg0,
long[] arg1) |
int |
H5Tget_array_ndims(int arg0) |
java.lang.String |
H5Tget_class_name(int arg0) |
int |
H5Tget_class(int arg0) |
int |
H5Tget_create_plist(int arg0) |
int |
H5Tget_cset(int arg0) |
long |
H5Tget_ebias_long(int arg0) |
int |
H5Tget_ebias(int arg0) |
int |
H5Tget_fields(int arg0,
int[] arg1) |
void |
H5Tget_fields(int arg0,
long[] arg1) |
int |
H5Tget_inpad(int arg0) |
int |
H5Tget_member_class(int arg0,
int arg1) |
int |
H5Tget_member_index(int arg0,
java.lang.String arg1) |
java.lang.String |
H5Tget_member_name(int arg0,
int arg1) |
long |
H5Tget_member_offset(int arg0,
int arg1) |
int |
H5Tget_member_type(int arg0,
int arg1) |
void |
H5Tget_member_value(int arg0,
int arg1,
byte[] arg2) |
int |
H5Tget_member_value(int arg0,
int arg1,
int[] arg2) |
int |
H5Tget_native_type(int arg0) |
int |
H5Tget_native_type(int arg0,
int arg1) |
int |
H5Tget_nmembers(int arg0) |
int |
H5Tget_norm(int arg0) |
int |
H5Tget_offset(int arg0) |
int |
H5Tget_order(int arg0) |
int |
H5Tget_pad(int arg0,
int[] arg1) |
long |
H5Tget_precision_long(int arg0) |
int |
H5Tget_precision(int arg0) |
int |
H5Tget_sign(int arg0) |
long |
H5Tget_size_long(int arg0) |
int |
H5Tget_size(int arg0) |
int |
H5Tget_strpad(int arg0) |
int |
H5Tget_super(int arg0) |
java.lang.String |
H5Tget_tag(int arg0) |
int |
H5Tinsert(int arg0,
java.lang.String arg1,
long arg2,
int arg3) |
boolean |
H5Tis_variable_str(int arg0) |
int |
H5Tlock(int arg0) |
int |
H5Topen(int arg0,
java.lang.String arg1,
int arg2) |
int |
H5Tpack(int arg0) |
int |
H5Tset_cset(int arg0,
int arg1) |
int |
H5Tset_ebias(int arg0,
int arg1) |
void |
H5Tset_ebias(int arg0,
long arg1) |
int |
H5Tset_fields(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5) |
void |
H5Tset_fields(int arg0,
long arg1,
long arg2,
long arg3,
long arg4,
long arg5) |
int |
H5Tset_inpad(int arg0,
int arg1) |
int |
H5Tset_norm(int arg0,
int arg1) |
int |
H5Tset_offset(int arg0,
int arg1) |
void |
H5Tset_offset(int arg0,
long arg1) |
int |
H5Tset_order(int arg0,
int arg1) |
int |
H5Tset_pad(int arg0,
int arg1,
int arg2) |
int |
H5Tset_precision(int arg0,
int arg1) |
void |
H5Tset_precision(int arg0,
long arg1) |
int |
H5Tset_sign(int arg0,
int arg1) |
int |
H5Tset_size(int arg0,
int arg1) |
void |
H5Tset_size(int arg0,
long arg1) |
int |
H5Tset_strpad(int arg0,
int arg1) |
int |
H5Tset_tag(int arg0,
java.lang.String arg1) |
int |
H5Tvlen_create(int arg0) |
int |
H5Zfilter_avail(int arg0) |
int |
H5Zget_filter_info(int arg0) |
int |
H5Zunregister(int arg0) |
void |
loadH5Lib() |
static void |
main(java.lang.String[] argv)
Performs the main method to generate HDF library method signatures.
|
public static HDF5Lib getInstance()
public int H5open() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Acopy(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Aclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5close() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void loadH5Lib()
public int getOpenIDCount()
public java.util.Collection getOpenIDs()
public int H5check_version(int arg0, int arg1, int arg2)
public int H5error_off()
public int H5garbage_collect() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5get_libversion(int[] arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5set_free_list_limits(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5export_dataset(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Acreate(int arg0, java.lang.String arg1, int arg2, int arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Acreate_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3, int arg4, int arg5, int arg6, int arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Adelete(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Adelete_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Adelete_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Aexists(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Aexists_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5A_info_t H5Aget_info(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public hdf.hdf5lib.structs.H5A_info_t H5Aget_info_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5A_info_t H5Aget_info_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Aget_name(int arg0, java.lang.String[] arg1) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayStoreException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public long H5Aget_name(int arg0, long arg1, java.lang.String[] arg2) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayStoreException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public java.lang.String H5Aget_name_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aget_space(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Aget_storage_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Aget_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Aopen(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aopen_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aopen_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aread(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aread(int arg0, int arg1, java.lang.Object arg2) throws hdf.hdf5lib.exceptions.HDF5Exception, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
java.lang.NullPointerException
public int H5AreadVL(int arg0, int arg1, java.lang.String[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5AreadComplex(int arg0, int arg1, java.lang.String[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Arename(int arg0, java.lang.String arg1, java.lang.String arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Arename_by_name(int arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Awrite(int arg0, int arg1, java.lang.Object arg2) throws hdf.hdf5lib.exceptions.HDF5Exception, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
java.lang.NullPointerException
public int H5Awrite(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5AwriteVL(int arg0, int arg1, java.lang.String[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aget_create_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Aiterate(int arg0, int arg1, int arg2, long arg3, hdf.hdf5lib.callbacks.H5A_iterate_cb arg4, hdf.hdf5lib.callbacks.H5A_iterate_t arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Aiterate_by_name(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, hdf.hdf5lib.callbacks.H5A_iterate_cb arg5, hdf.hdf5lib.callbacks.H5A_iterate_t arg6, int arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dcopy(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dcreate(int arg0, java.lang.String arg1, int arg2, int arg3, int arg4, int arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dcreate_anon(int arg0, int arg1, int arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Dfill(byte[] arg0, int arg1, byte[] arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dget_access_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dget_create_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Dget_offset(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dget_space(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dget_space_status(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dget_space_status(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Dget_storage_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Dget_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Diterate(byte[] arg0, int arg1, int arg2, hdf.hdf5lib.callbacks.H5D_iterate_cb arg3, hdf.hdf5lib.callbacks.H5D_iterate_t arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dopen(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.Object arg5) throws hdf.hdf5lib.exceptions.HDF5Exception, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.Object arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5Exception, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread(int arg0, int arg1, int arg2, int arg3, int arg4, byte[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread(int arg0, int arg1, int arg2, int arg3, int arg4, byte[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_double(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_double(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_float(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_float(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_int(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_int(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_long(int arg0, int arg1, int arg2, int arg3, int arg4, long[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_long(int arg0, int arg1, int arg2, int arg3, int arg4, long[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_reg_ref(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_reg_ref_data(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_short(int arg0, int arg1, int arg2, int arg3, int arg4, short[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_short(int arg0, int arg1, int arg2, int arg3, int arg4, short[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dread_string(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5DreadVL(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.Object[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Dset_extent(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dvlen_get_buf_size(int arg0, int arg1, int arg2, int[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Dvlen_get_buf_size_long(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Dvlen_reclaim(int arg0, int arg1, int arg2, byte[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite(int arg0, int arg1, int arg2, int arg3, int arg4, byte[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.Object arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5Exception, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.Object arg5) throws hdf.hdf5lib.exceptions.HDF5Exception, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite(int arg0, int arg1, int arg2, int arg3, int arg4, byte[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_double(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_double(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_float(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_float(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_int(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_int(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_long(int arg0, int arg1, int arg2, int arg3, int arg4, long[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_long(int arg0, int arg1, int arg2, int arg3, int arg4, long[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_short(int arg0, int arg1, int arg2, int arg3, int arg4, short[] arg5, boolean arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Dwrite_short(int arg0, int arg1, int arg2, int arg3, int arg4, short[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5DwriteString(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Eauto_is_v2(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Eclear(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Eclear() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Eclear2(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Eclose_msg(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Eclose_stack(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Ecreate_msg(int arg0, int arg1, java.lang.String arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Ecreate_stack() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Eget_class_name(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Eget_current_stack() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Eset_current_stack(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Eget_msg(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Eget_num(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Eprint2(int arg0, java.lang.Object arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Epop(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Epush(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3, int arg4, int arg5, int arg6, java.lang.String arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Epush2(int arg0, java.lang.String arg1, java.lang.String arg2, int arg3, int arg4, int arg5, int arg6, java.lang.String arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Eregister_class(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Eunregister_class(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Ewalk(int arg0, int arg1, hdf.hdf5lib.callbacks.H5E_walk_cb arg2, hdf.hdf5lib.callbacks.H5E_walk_t arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Ewalk2(int arg0, int arg1, hdf.hdf5lib.callbacks.H5E_walk_cb arg2, hdf.hdf5lib.callbacks.H5E_walk_t arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Fclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fopen(java.lang.String arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Freopen(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fcreate(java.lang.String arg0, int arg1, int arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Fflush(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_access_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_create_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Fget_filesize(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Fget_freespace(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_intent(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public double H5Fget_mdc_hit_rate(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_mdc_size(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public java.lang.String H5Fget_name(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Fget_name(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_obj_count(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Fget_obj_count_long(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Fget_obj_ids(int arg0, int arg1, int arg2, int[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Fget_obj_ids_long(int arg0, int arg1, long arg2, int[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Fis_hdf5(java.lang.String arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Fmount(int arg0, java.lang.String arg1, int arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Funmount(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Freset_mdc_hit_rate_stats(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public hdf.hdf5lib.structs.H5F_info_t H5Fget_info(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Fclear_elink_file_cache(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Gclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Gcreate(int arg0, java.lang.String arg1, int arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gcreate_anon(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Gget_create_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public hdf.hdf5lib.structs.H5G_info_t H5Gget_info(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public hdf.hdf5lib.structs.H5G_info_t H5Gget_info_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5G_info_t H5Gget_info_by_name(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_all(int arg0, java.lang.String arg1, java.lang.String[] arg2, int[] arg3, int[] arg4, long[] arg5, long[] arg6, int arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_all(int arg0, java.lang.String arg1, java.lang.String[] arg2, int[] arg3, int[] arg4, long[] arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_all(int arg0, java.lang.String arg1, java.lang.String[] arg2, int[] arg3, long[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_full(int arg0, java.lang.String arg1, java.lang.String[] arg2, int[] arg3, int[] arg4, long[] arg5, long[] arg6, int arg7, int arg8) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_idx(int arg0, java.lang.String arg1, int arg2, java.lang.String[] arg3, int[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gget_obj_info_max(int arg0, java.lang.String[] arg1, int[] arg2, int[] arg3, long[] arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Gn_members_long(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gn_members(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Gopen(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Iget_file_id(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Iget_name(int arg0, java.lang.String[] arg1, long arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Iget_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Idec_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Iinc_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Iget_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Iget_type_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Idec_type_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Iinc_type_ref(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Inmembers(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Iis_valid(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Itype_exists(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Iclear_type(int arg0, boolean arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Idestroy_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Lcopy(int arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Lcreate_external(java.lang.String arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Lcreate_hard(int arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Lcreate_soft(java.lang.String arg0, int arg1, java.lang.String arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Ldelete(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Ldelete_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Lexists(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5L_info_t H5Lget_info(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5L_info_t H5Lget_info_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public java.lang.String H5Lget_name_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Lget_val(int arg0, java.lang.String arg1, java.lang.String[] arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Lget_val_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, java.lang.String[] arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Literate(int arg0, int arg1, int arg2, long arg3, hdf.hdf5lib.callbacks.H5L_iterate_cb arg4, hdf.hdf5lib.callbacks.H5L_iterate_t arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Literate_by_name(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, hdf.hdf5lib.callbacks.H5L_iterate_cb arg5, hdf.hdf5lib.callbacks.H5L_iterate_t arg6, int arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Lmove(int arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Lvisit(int arg0, int arg1, int arg2, hdf.hdf5lib.callbacks.H5L_iterate_cb arg3, hdf.hdf5lib.callbacks.H5L_iterate_t arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Lvisit_by_name(int arg0, java.lang.String arg1, int arg2, int arg3, hdf.hdf5lib.callbacks.H5L_iterate_cb arg4, hdf.hdf5lib.callbacks.H5L_iterate_t arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Lis_registered(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Lunregister(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Oclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Ocopy(int arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public java.lang.String H5Oget_comment(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Oget_comment_by_name(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5O_info_t H5Oget_info(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5O_info_t H5Oget_info_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public hdf.hdf5lib.structs.H5O_info_t H5Oget_info_by_name(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Olink(int arg0, int arg1, java.lang.String arg2, int arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Oopen(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Ovisit(int arg0, int arg1, int arg2, hdf.hdf5lib.callbacks.H5O_iterate_cb arg3, hdf.hdf5lib.callbacks.H5O_iterate_t arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Ovisit_by_name(int arg0, java.lang.String arg1, int arg2, int arg3, hdf.hdf5lib.callbacks.H5O_iterate_cb arg4, hdf.hdf5lib.callbacks.H5O_iterate_t arg5, int arg6) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Oexists_by_name(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Odecr_refcount(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Oincr_refcount(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Oopen_by_addr(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Oopen_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int _H5Oopen_by_idx(int arg0, java.lang.String arg1, int arg2, int arg3, long arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public java.lang.String H5Pget_class_name(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pcreate(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pexist(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_size(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_nprops(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_class(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_class_parent(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pequal(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5P_equal(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pisa_class(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pcopy_prop(int arg0, int arg1, java.lang.String arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Premove(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Punregister(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pclose_class(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int _H5Pclose_class(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pcopy(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pcreate_class_nocb(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pregister2_nocb(int arg0, java.lang.String arg1, long arg2, byte[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pinsert2_nocb(int arg0, java.lang.String arg1, long arg2, byte[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Piterate(int arg0, int[] arg1, hdf.hdf5lib.callbacks.H5P_iterate_cb arg2, hdf.hdf5lib.callbacks.H5P_iterate_t arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_attr_phase_change(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pset_attr_phase_change(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_attr_creation_order(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_attr_creation_order(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Pget_obj_track_times(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_obj_track_times(int arg0, boolean arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pmodify_filter(int arg0, int arg1, int arg2, long arg3, int[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_filter(int arg0, int arg1, int arg2, long arg3, int[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_nfilters(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_filter(int arg0, int arg1, int[] arg2, long[] arg3, int[] arg4, long arg5, java.lang.String[] arg6, int[] arg7) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayStoreException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_filter_by_id(int arg0, int arg1, int[] arg2, long[] arg3, int[] arg4, long arg5, java.lang.String[] arg6, int[] arg7) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayStoreException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_filter_by_id2(int arg0, int arg1, int[] arg2, long[] arg3, int[] arg4, long arg5, java.lang.String[] arg6, int[] arg7) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Pall_filters_avail(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Premove_filter(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_deflate(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_fletcher32(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_userblock(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_userblock(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_sizes(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_sizes(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_sym_k(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_sym_k(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_istore_k(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_istore_k(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_shared_mesg_nindexes(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_shared_mesg_nindexes(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_shared_mesg_index(int arg0, int arg1, int[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_shared_mesg_index(int arg0, int arg1, int arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_shared_mesg_phase_change(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_shared_mesg_phase_change(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_alignment(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_alignment(int arg0, long arg1, long arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_driver(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_family_offset(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_family_offset(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_cache(int arg0, int[] arg1, long[] arg2, long[] arg3, double[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_cache(int arg0, int arg1, long arg2, long arg3, double arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public hdf.hdf5lib.structs.H5AC_cache_config_t H5Pget_mdc_config(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_mdc_config(int arg0, hdf.hdf5lib.structs.H5AC_cache_config_t arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_gc_references(int arg0, boolean[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Pget_gcreferences(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_gc_reference(int arg0, boolean[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_gc_references(int arg0, boolean arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_fclose_degree(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fclose_degree(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Pget_meta_block_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_meta_block_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_sieve_buf_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_sieve_buf_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_small_data_block_size(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Pget_small_data_block_size_long(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_small_data_block_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_libver_bounds(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_libver_bounds(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_elink_file_cache_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_elink_file_cache_size(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_layout(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_layout(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_chunk(int arg0, int arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_chunk(int arg0, int arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5Exception, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5Exception
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_chunk(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pget_external(int arg0, int arg1, long arg2, java.lang.String[] arg3, long[] arg4) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayStoreException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Pset_external(int arg0, java.lang.String arg1, long arg2, long arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_external_count(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_szip(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_shuffle(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_nbit(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_scaleoffset(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_fill_value(int arg0, int arg1, java.lang.Object arg2) throws hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5Exception
public int H5Pget_fill_value(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5Exception
public int H5Pset_fill_value(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5Exception
public int H5Pset_fill_value(int arg0, int arg1, java.lang.Object arg2) throws hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5Exception
public int H5Pfill_value_defined(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_alloc_time(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_alloc_time(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_fill_time(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fill_time(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pget_chunk_cache(int arg0, long[] arg1, long[] arg2, double[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pset_chunk_cache(int arg0, long arg1, long arg2, double arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_data_transform(int arg0, java.lang.String[] arg1, long arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pset_data_transform(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_buffer(int arg0, byte[] arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public long H5Pget_buffer_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public void H5Pset_buffer_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_edc_check(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_edc_check(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_btree_ratios(int arg0, double[] arg1, double[] arg2, double[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_btree_ratios(int arg0, double arg1, double arg2, double arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_hyper_vector_size(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_hyper_vector_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Pget_create_intermediate_group(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_create_intermediate_group(int arg0, boolean arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_local_heap_size_hint(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_local_heap_size_hint(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_link_phase_change(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_link_phase_change(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_est_link_info(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_est_link_info(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_link_creation_order(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_link_creation_order(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_char_encoding(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_char_encoding(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Pget_nlinks(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_nlinks(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public long H5Pget_elink_prefix(int arg0, java.lang.String[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_elink_prefix(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_elink_fapl(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_elink_fapl(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_elink_acc_flags(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_elink_acc_flags(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.IllegalArgumentException
public int H5Pget_copy_object(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Pset_copy_object(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_version(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public void H5Pget_fapl_core(int arg0, long[] arg1, boolean[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fapl_core(int arg0, long arg1, boolean arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pget_fapl_direct(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pset_fapl_direct(int arg0, long arg1, long arg2, long arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Pget_fapl_family(int arg0, long[] arg1, int[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fapl_family(int arg0, long arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Pget_fapl_multi(int arg0, int[] arg1, int[] arg2, java.lang.String[] arg3, long[] arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pset_fapl_multi(int arg0, int[] arg1, int[] arg2, java.lang.String[] arg3, long[] arg4, boolean arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pset_fapl_log(int arg0, java.lang.String arg1, long arg2, long arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fapl_sec2(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Pset_fapl_split(int arg0, java.lang.String arg1, int arg2, java.lang.String arg3, int arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fapl_stdio(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Pset_fapl_windows(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5PLset_loading_state(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5PLget_loading_state() throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public byte[] H5Rcreate(int arg0, java.lang.String arg1, int arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Rdereference(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public long H5Rget_name(int arg0, int arg1, byte[] arg2, java.lang.String[] arg3, long arg4) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Rget_obj_type(int arg0, int arg1, byte[] arg2, int[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Rget_region(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Sclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Scopy(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Screate(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Screate_simple(int arg0, long[] arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5Exception, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
java.lang.NullPointerException
public int H5Sdecode(byte[] arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public byte[] H5Sencode(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Sextent_copy(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Sextent_equal(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sget_select_bounds(int arg0, long[] arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Sget_select_elem_npoints(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sget_select_elem_pointlist(int arg0, long arg1, long arg2, long[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Sget_select_hyper_blocklist(int arg0, long arg1, long arg2, long[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public long H5Sget_select_hyper_nblocks(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Sget_select_npoints(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sget_select_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sget_simple_extent_dims(int arg0, long[] arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Sget_simple_extent_ndims(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Sget_simple_extent_npoints(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sget_simple_extent_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Sis_simple(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Soffset_simple(int arg0, byte[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Soffset_simple(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5Exception, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
java.lang.NullPointerException
public int H5Sselect_all(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sselect_elements(int arg0, int arg1, int arg2, long[][] arg3) throws hdf.hdf5lib.exceptions.HDF5Exception, hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5Exception
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Sselect_hyperslab(int arg0, int arg1, long[] arg2, long[] arg3, long[] arg4, long[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Sselect_hyperslab(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, byte[] arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Sselect_none(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Sselect_valid(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sset_extent_none(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Sset_extent_simple(int arg0, int arg1, long[] arg2, long[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Sset_extent_simple(int arg0, int arg1, byte[] arg2, byte[] arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tarray_create(int arg0, int arg1, long[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tclose(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tcommit(int arg0, java.lang.String arg1, int arg2, int arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Tcommit_anon(int arg0, int arg1, int arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public boolean H5Tcommitted(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tcompiler_conv(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tconvert(int arg0, int arg1, long arg2, byte[] arg3, byte[] arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tcopy(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tcreate(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tcreate(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tdecode(byte[] arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Tdetect_class(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tencode(int arg0, byte[] arg1, long arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tenum_create(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tenum_insert(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Tenum_insert(int arg0, java.lang.String arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tenum_insert(int arg0, java.lang.String arg1, int[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tenum_nameof(int arg0, int[] arg1, java.lang.String[] arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public java.lang.String H5Tenum_nameof(int arg0, byte[] arg1, long arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tenum_valueof(int arg0, java.lang.String arg1, int[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Tenum_valueof(int arg0, java.lang.String arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Tequal(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_array_dims(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tget_array_dims2(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tget_array_ndims(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_class(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Tget_class_name(int arg0)
public int H5Tget_create_plist(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_cset(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_cset(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_ebias(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tset_ebias(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_ebias(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Tget_ebias_long(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tget_fields(int arg0, long[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public int H5Tget_fields(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException, java.lang.IllegalArgumentException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
java.lang.IllegalArgumentException
public void H5Tset_fields(int arg0, long arg1, long arg2, long arg3, long arg4, long arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_fields(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_inpad(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_inpad(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_member_class(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_member_index(int arg0, java.lang.String arg1)
public java.lang.String H5Tget_member_name(int arg0, int arg1)
public long H5Tget_member_offset(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_member_type(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_member_value(int arg0, int arg1, int[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public void H5Tget_member_value(int arg0, int arg1, byte[] arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tget_native_type(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_native_type(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_nmembers(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_norm(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_norm(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_offset(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tset_offset(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_offset(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_order(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_order(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_pad(int arg0, int[] arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tset_pad(int arg0, int arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_precision(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tset_precision(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_precision(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Tget_precision_long(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_sign(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_sign(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_size(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_size(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public void H5Tset_size(int arg0, long arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public long H5Tget_size_long(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_strpad(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_strpad(int arg0, int arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tget_super(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public java.lang.String H5Tget_tag(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tset_tag(int arg0, java.lang.String arg1) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tinsert(int arg0, java.lang.String arg1, long arg2, int arg3) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public boolean H5Tis_variable_str(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tlock(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Topen(int arg0, java.lang.String arg1, int arg2) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Tpack(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Tvlen_create(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Zfilter_avail(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public int H5Zget_filter_info(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException
hdf.hdf5lib.exceptions.HDF5LibraryException
public int H5Zunregister(int arg0) throws hdf.hdf5lib.exceptions.HDF5LibraryException, java.lang.NullPointerException
hdf.hdf5lib.exceptions.HDF5LibraryException
java.lang.NullPointerException
public static void main(java.lang.String[] argv)
argv
- the program arguments.