Uses of Class
ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException

Packages that use HDF5LibraryException
ncsa.hdf.hdf5lib   
ncsa.hdf.hdf5lib.exceptions   
visad.data.hdf5.hdf5objects   
 

Uses of HDF5LibraryException in ncsa.hdf.hdf5lib
 

Methods in ncsa.hdf.hdf5lib that throw HDF5LibraryException
static int H5.H5Aclose(int attr_id)
          H5Aclose terminates access to the attribute specified by its identifier, attr_id.
static int H5.H5Aclose(int attr_id)
          H5Aclose terminates access to the attribute specified by its identifier, attr_id.
static int H5.H5Acreate(int loc_id, String name, int type_id, int space_id, int create_plist)
          H5Acreate creates an attribute which is attached to the object specified with loc_id.
static int H5.H5Acreate(int loc_id, String name, int type_id, int space_id, int create_plist)
          H5Acreate creates an attribute which is attached to the object specified with loc_id.
static int H5.H5Adelete(int loc_id, String name)
          H5Adelete removes the attribute specified by its name, name, from a dataset, group, or named datatype.
static int H5.H5Adelete(int loc_id, String name)
          H5Adelete removes the attribute specified by its name, name, from a dataset, group, or named datatype.
static long H5.H5Aget_name(int attr_id, long buf_size, String[] name)
          H5Aget_name retrieves the name of an attribute specified by the identifier, attr_id.
static long H5.H5Aget_name(int attr_id, long buf_size, String[] name)
          H5Aget_name retrieves the name of an attribute specified by the identifier, attr_id.
static int H5.H5Aget_num_attrs(int loc_id)
          H5Aget_num_attrs returns the number of attributes attached to the object specified by its identifier, loc_id.
static int H5.H5Aget_num_attrs(int loc_id)
          H5Aget_num_attrs returns the number of attributes attached to the object specified by its identifier, loc_id.
static int H5.H5Aget_space(int attr_id)
          H5Aget_space retrieves a copy of the dataspace for an attribute.
static int H5.H5Aget_space(int attr_id)
          H5Aget_space retrieves a copy of the dataspace for an attribute.
static int H5.H5Aget_type(int attr_id)
          H5Aget_type retrieves a copy of the datatype for an attribute.
static int H5.H5Aget_type(int attr_id)
          H5Aget_type retrieves a copy of the datatype for an attribute.
static int H5.H5Aopen_idx(int loc_id, int idx)
          H5Aopen_idx opens an attribute which is attached to the object specified with loc_id.
static int H5.H5Aopen_idx(int loc_id, int idx)
          H5Aopen_idx opens an attribute which is attached to the object specified with loc_id.
static int H5.H5Aopen_name(int loc_id, String name)
          H5Aopen_name opens an attribute specified by its name, name, which is attached to the object specified with loc_id.
static int H5.H5Aopen_name(int loc_id, String name)
          H5Aopen_name opens an attribute specified by its name, name, which is attached to the object specified with loc_id.
static int H5.H5Aread(int attr_id, int mem_type_id, byte[] buf)
          H5Aread reads an attribute, specified with attr_id.
static int H5.H5Aread(int attr_id, int mem_type_id, byte[] buf)
          H5Aread reads an attribute, specified with attr_id.
static int H5.H5Awrite(int attr_id, int mem_type_id, byte[] buf)
          H5Awrite writes an attribute, specified with attr_id.
static int H5.H5Awrite(int attr_id, int mem_type_id, byte[] buf)
          H5Awrite writes an attribute, specified with attr_id.
static int H5.H5close()
          H5close flushes all data to disk, closes all file identifiers, and cleans up all memory used by the library.
static int H5.H5close()
          H5close flushes all data to disk, closes all file identifiers, and cleans up all memory used by the library.
static int H5.H5Dclose(int dataset_id)
          H5Dclose ends access to a dataset specified by dataset_id and releases resources used by it.
static int H5.H5Dclose(int dataset_id)
          H5Dclose ends access to a dataset specified by dataset_id and releases resources used by it.
static int H5.H5Dcreate(int loc_id, String name, int type_id, int space_id, int create_plist_id)
          H5Dcreate creates a data set with a name, name, in the file or in the group specified by the identifier loc_id.
static int H5.H5Dcreate(int loc_id, String name, int type_id, int space_id, int create_plist_id)
          H5Dcreate creates a data set with a name, name, in the file or in the group specified by the identifier loc_id.
static int H5.H5Dextend(int dataset_id, long[] size)
          H5Dextend verifies that the dataset is at least of size size.
static int H5.H5Dextend(int dataset_id, long[] size)
          H5Dextend verifies that the dataset is at least of size size.
static int H5.H5Dget_create_plist(int dataset_id)
          H5Dget_create_plist returns an identifier for a copy of the dataset creation property list for a dataset.
static int H5.H5Dget_create_plist(int dataset_id)
          H5Dget_create_plist returns an identifier for a copy of the dataset creation property list for a dataset.
static int H5.H5Dget_space(int dataset_id)
          H5Dget_space returns an identifier for a copy of the dataspace for a dataset.
static int H5.H5Dget_space(int dataset_id)
          H5Dget_space returns an identifier for a copy of the dataspace for a dataset.
static long H5.H5Dget_storage_size(int dataset_id)
          H5Dget_storage_size returns the amount of storage that is required for the dataset.
static long H5.H5Dget_storage_size(int dataset_id)
          H5Dget_storage_size returns the amount of storage that is required for the dataset.
static int H5.H5Dget_type(int dataset_id)
          H5Dget_type returns an identifier for a copy of the datatype for a dataset.
static int H5.H5Dget_type(int dataset_id)
          H5Dget_type returns an identifier for a copy of the datatype for a dataset.
static int H5.H5Dopen(int loc_id, String name)
          H5Dopen opens an existing dataset for access in the file or group specified in loc_id.
static int H5.H5Dopen(int loc_id, String name)
          H5Dopen opens an existing dataset for access in the file or group specified in loc_id.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, byte[] buf)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application memory buffer buf.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, byte[] buf)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application memory buffer buf.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, byte[] buf)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, byte[] buf)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
static int H5.H5Eclear()
          H5Eclear clears the error stack for the current thread.
static int H5.H5Eclear()
          H5Eclear clears the error stack for the current thread.
static int H5.H5Fclose(int file_id)
          H5Fclose terminates access to an HDF5 file.
static int H5.H5Fclose(int file_id)
          H5Fclose terminates access to an HDF5 file.
static int H5.H5Fcreate(String name, int flags, int create_id, int access_id)
          H5Fcreate is the primary function for creating HDF5 files.
static int H5.H5Fcreate(String name, int flags, int create_id, int access_id)
          H5Fcreate is the primary function for creating HDF5 files.
static int H5.H5Fflush(int object_id, int scope)
          H5Fflush causes all buffers associated with a file or object to be immediately flushed (written) to disk without removing the data from the (memory) cache.
static int H5.H5Fflush(int object_id, int scope)
          H5Fflush causes all buffers associated with a file or object to be immediately flushed (written) to disk without removing the data from the (memory) cache.
static int H5.H5Fget_access_plist(int file_id)
          H5Fget_access_plist returns the file access property list identifier of the specified file.
static int H5.H5Fget_access_plist(int file_id)
          H5Fget_access_plist returns the file access property list identifier of the specified file.
static int H5.H5Fget_create_plist(int file_id)
          H5Fget_create_plist returns a file creation property list identifier identifying the creation properties used to create this file.
static int H5.H5Fget_create_plist(int file_id)
          H5Fget_create_plist returns a file creation property list identifier identifying the creation properties used to create this file.
static boolean H5.H5Fis_hdf5(String name)
          H5Fis_hdf5 determines whether a file is in the HDF5 format.
static boolean H5.H5Fis_hdf5(String name)
          H5Fis_hdf5 determines whether a file is in the HDF5 format.
static int H5.H5Fmount(int loc_id, String name, int child_id, int plist_id)
          H5Fmount mounts the file specified by child_id onto the group specified by loc_id and name using the mount properties plist_id.
static int H5.H5Fmount(int loc_id, String name, int child_id, int plist_id)
          H5Fmount mounts the file specified by child_id onto the group specified by loc_id and name using the mount properties plist_id.
static int H5.H5Fopen(String name, int flags, int access_id)
          H5Fopen opens an existing file and is the primary function for accessing existing HDF5 files.
static int H5.H5Fopen(String name, int flags, int access_id)
          H5Fopen opens an existing file and is the primary function for accessing existing HDF5 files.
static int H5.H5Freopen(int file_id)
          H5Freopen reopens an HDF5 file.
static int H5.H5Freopen(int file_id)
          H5Freopen reopens an HDF5 file.
static int H5.H5Funmount(int loc_id, String name)
          Given a mount point, H5Funmount dissassociates the mount point's file from the file mounted there.
static int H5.H5Funmount(int loc_id, String name)
          Given a mount point, H5Funmount dissassociates the mount point's file from the file mounted there.
static int H5.H5Gclose(int group_id)
          H5Gclose releases resources used by a group which was opened by a call to H5Gcreate() or H5Gopen().
static int H5.H5Gclose(int group_id)
          H5Gclose releases resources used by a group which was opened by a call to H5Gcreate() or H5Gopen().
static int H5.H5Gcreate(int loc_id, String name, int size_hint)
          H5Gcreate creates a new group with the specified name at the specified location, loc_id.
static int H5.H5Gcreate(int loc_id, String name, int size_hint)
          H5Gcreate creates a new group with the specified name at the specified location, loc_id.
static int H5.H5get_libversion(int[] libversion)
          H5get_libversion retrieves the major, minor, and release numbers of the version of the HDF library which is linked to the application.
static int H5.H5get_libversion(int[] libversion)
          H5get_libversion retrieves the major, minor, and release numbers of the version of the HDF library which is linked to the application.
static int H5.H5Gget_comment(int loc_id, String name, int bufsize, String[] comment)
          H5Gget_comment retrieves the comment for the the object name.
static int H5.H5Gget_comment(int loc_id, String name, int bufsize, String[] comment)
          H5Gget_comment retrieves the comment for the the object name.
static int H5.H5Gget_linkval(int loc_id, String name, int size, String[] value)
          H5Gget_linkval returns size characters of the link value through the value argument if loc_id (a file or group identifier) and name specify a symbolic link.
static int H5.H5Gget_linkval(int loc_id, String name, int size, String[] value)
          H5Gget_linkval returns size characters of the link value through the value argument if loc_id (a file or group identifier) and name specify a symbolic link.
static int H5.H5Gget_obj_info_idx(int loc_id, String name, int idx, String[] oname, int[] type)
           
static int H5.H5Gget_obj_info_idx(int loc_id, String name, int idx, String[] oname, int[] type)
           
static int H5.H5Gget_objinfo(int loc_id, String name, boolean follow_link, HDF5GroupInfo info)
          H5Gget_objinfo returns information about the specified object in an HDF5GroupInfo object.
static int H5.H5Gget_objinfo(int loc_id, String name, boolean follow_link, HDF5GroupInfo info)
          H5Gget_objinfo returns information about the specified object in an HDF5GroupInfo object.
static int H5.H5Gget_objinfo(int loc_id, String name, boolean follow_link, long[] fileno, long[] objno, int[] link_info, long[] mtime)
          H5Gget_objinfo returns information about the specified object.
static int H5.H5Gget_objinfo(int loc_id, String name, boolean follow_link, long[] fileno, long[] objno, int[] link_info, long[] mtime)
          H5Gget_objinfo returns information about the specified object.
static int H5.H5Glink(int loc_id, int link_type, String current_name, String new_name)
          H5Glink creates a new name for an already existing object.
static int H5.H5Glink(int loc_id, int link_type, String current_name, String new_name)
          H5Glink creates a new name for an already existing object.
static int H5.H5Gmove(int loc_id, String src, String dst)
          H5Gmove renames an object within an HDF5 file.
static int H5.H5Gmove(int loc_id, String src, String dst)
          H5Gmove renames an object within an HDF5 file.
static int H5.H5Gn_members(int loc_id, String name)
           
static int H5.H5Gn_members(int loc_id, String name)
           
static int H5.H5Gopen(int loc_id, String name)
          H5Gopen opens an existing group with the specified name at the specified location, loc_id.
static int H5.H5Gopen(int loc_id, String name)
          H5Gopen opens an existing group with the specified name at the specified location, loc_id.
static int H5.H5Gset_comment(int loc_id, String name, String comment)
          H5Gset_comment sets the comment for the the object name to comment.
static int H5.H5Gset_comment(int loc_id, String name, String comment)
          H5Gset_comment sets the comment for the the object name to comment.
static int H5.H5Gunlink(int loc_id, String name)
          H5Gunlink removes an association between a name and an object.
static int H5.H5Gunlink(int loc_id, String name)
          H5Gunlink removes an association between a name and an object.
static int H5.H5Iget_type(int obj_id)
          H5Iget_type retrieves the type of the object identified by obj_id.
static int H5.H5Iget_type(int obj_id)
          H5Iget_type retrieves the type of the object identified by obj_id.
static int H5.H5open()
          H5open initialize the library.
static int H5.H5open()
          H5open initialize the library.
static int H5.H5Pclose(int plist)
          H5Pclose terminates access to a property list.
static int H5.H5Pclose(int plist)
          H5Pclose terminates access to a property list.
static int H5.H5Pcopy(int plist)
          H5Pcopy copies an existing property list to create a new property list.
static int H5.H5Pcopy(int plist)
          H5Pcopy copies an existing property list to create a new property list.
static int H5.H5Pcreate(int type)
          H5Pcreate creates a new property as an instance of some property list class.
static int H5.H5Pcreate(int type)
          H5Pcreate creates a new property as an instance of some property list class.
static int H5.H5Pget_alignment(int plist, long[] alignment)
          H5Pget_alignment retrieves the current settings for alignment properties from a file access property list.
static int H5.H5Pget_alignment(int plist, long[] alignment)
          H5Pget_alignment retrieves the current settings for alignment properties from a file access property list.
static int H5.H5Pget_btree_ratios(int plist_id, double[] left, double[] middle, double[] right)
          H5Pget_btree_ratio Get the B-tree split ratios for a dataset transfer property list.
static int H5.H5Pget_btree_ratios(int plist_id, double[] left, double[] middle, double[] right)
          H5Pget_btree_ratio Get the B-tree split ratios for a dataset transfer property list.
static int H5.H5Pget_cache(int plist, int[] mdc_nelmts, int[] rdcc_nelmts, int[] rdcc_nbytes, double[] rdcc_w0)
          Retrieves the maximum possible number of elements in the meta data cache and the maximum possible number of bytes and the RDCC_W0 value in the raw data chunk cache.
static int H5.H5Pget_cache(int plist, int[] mdc_nelmts, int[] rdcc_nelmts, int[] rdcc_nbytes, double[] rdcc_w0)
          Retrieves the maximum possible number of elements in the meta data cache and the maximum possible number of bytes and the RDCC_W0 value in the raw data chunk cache.
static int H5.H5Pget_chunk(int plist, int max_ndims, long[] dims)
          H5Pget_chunk retrieves the size of chunks for the raw data of a chunked layout dataset.
static int H5.H5Pget_chunk(int plist, int max_ndims, long[] dims)
          H5Pget_chunk retrieves the size of chunks for the raw data of a chunked layout dataset.
static int H5.H5Pget_class(int plist)
          H5Pget_class returns the property list class for the property list identified by the plist parameter.
static int H5.H5Pget_class(int plist)
          H5Pget_class returns the property list class for the property list identified by the plist parameter.
static boolean H5.H5Pget_core(int plist, int[] increment)
          H5Pget_core checks to determine whether the file access property list is set to the core driver.
static boolean H5.H5Pget_core(int plist, int[] increment)
          H5Pget_core checks to determine whether the file access property list is set to the core driver.
static int H5.H5Pget_driver(int plist)
          H5Pget_driver returns the identifier of the low-level file driver.
static int H5.H5Pget_driver(int plist)
          H5Pget_driver returns the identifier of the low-level file driver.
static int H5.H5Pget_external_count(int plist)
          H5Pget_external_count returns the number of external files for the specified dataset.
static int H5.H5Pget_external_count(int plist)
          H5Pget_external_count returns the number of external files for the specified dataset.
static int H5.H5Pget_external(int plist, int idx, int name_size, String[] name, long[] size)
          H5Pget_external returns information about an external file.
static int H5.H5Pget_external(int plist, int idx, int name_size, String[] name, long[] size)
          H5Pget_external returns information about an external file.
static int H5.H5Pget_family(int tid, long[] memb_size, int[] memb_plist)
          H5Pget_family checks to determine whether the file access property list is set to the family driver.
static int H5.H5Pget_family(int tid, long[] memb_size, int[] memb_plist)
          H5Pget_family checks to determine whether the file access property list is set to the family driver.
static int H5.H5Pget_filter(int plist, int filter_number, int[] flags, int[] cd_nelmts, int[] cd_values, int namelen, String[] name)
          H5Pget_filter returns information about a filter, specified by its filter number, in a filter pipeline, specified by the property list with which it is associated.
static int H5.H5Pget_filter(int plist, int filter_number, int[] flags, int[] cd_nelmts, int[] cd_values, int namelen, String[] name)
          H5Pget_filter returns information about a filter, specified by its filter number, in a filter pipeline, specified by the property list with which it is associated.
static int H5.H5Pget_gc_reference(int fapl_id, boolean[] gc_ref)
          H5Pget_gc_references Returns the current setting for the garbage collection refernces property from a file access property list.
static int H5.H5Pget_gc_reference(int fapl_id, boolean[] gc_ref)
          H5Pget_gc_references Returns the current setting for the garbage collection refernces property from a file access property list.
static int H5.H5Pget_hyper_cache(int plist_id, boolean[] cache, int[] limit)
          H5Pget_hyper_cache Find whether to hyperslab blocks are cached during I/O.
static int H5.H5Pget_hyper_cache(int plist_id, boolean[] cache, int[] limit)
          H5Pget_hyper_cache Find whether to hyperslab blocks are cached during I/O.
static int H5.H5Pget_istore_k(int plist, int[] ik)
          H5Pget_istore_k queries the 1/2 rank of an indexed storage B-tree.
static int H5.H5Pget_istore_k(int plist, int[] ik)
          H5Pget_istore_k queries the 1/2 rank of an indexed storage B-tree.
static int H5.H5Pget_layout(int plist)
          H5Pget_layout returns the layout of the raw data for a dataset.
static int H5.H5Pget_layout(int plist)
          H5Pget_layout returns the layout of the raw data for a dataset.
static int H5.H5Pget_nfilters(int plist)
          H5Pget_nfilters returns the number of filters defined in the filter pipeline associated with the property list plist.
static int H5.H5Pget_nfilters(int plist)
          H5Pget_nfilters returns the number of filters defined in the filter pipeline associated with the property list plist.
static int H5.H5Pget_preserve(int plist)
          H5Pget_preserve checks the status of the dataset transfer property list.
static int H5.H5Pget_preserve(int plist)
          H5Pget_preserve checks the status of the dataset transfer property list.
static boolean H5.H5Pget_sec2(int plist)
          H5Pget_sec2 checks to determine whether the file access property list is set to the sec2 driver.
static boolean H5.H5Pget_sec2(int plist)
          H5Pget_sec2 checks to determine whether the file access property list is set to the sec2 driver.
static int H5.H5Pget_sizes(int plist, int[] size)
          H5Pget_sizes retrieves the size of the offsets and lengths used in an HDF5 file.
static int H5.H5Pget_sizes(int plist, int[] size)
          H5Pget_sizes retrieves the size of the offsets and lengths used in an HDF5 file.
static boolean H5.H5Pget_split(int plist, int meta_ext_size, String[] meta_ext, int[] meta_properties, int raw_ext_size, String[] raw_ext, int[] raw_properties)
          H5Pget_split checks to determine whether the file access property list is set to the split driver.
static boolean H5.H5Pget_split(int plist, int meta_ext_size, String[] meta_ext, int[] meta_properties, int raw_ext_size, String[] raw_ext, int[] raw_properties)
          H5Pget_split checks to determine whether the file access property list is set to the split driver.
static int H5.H5Pget_sym_k(int plist, int[] size)
          H5Pget_sym_k retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size.
static int H5.H5Pget_sym_k(int plist, int[] size)
          H5Pget_sym_k retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size.
static int H5.H5Pget_userblock(int plist, long[] size)
          H5Pget_userblock retrieves the size of a user block in a file creation property list.
static int H5.H5Pget_userblock(int plist, long[] size)
          H5Pget_userblock retrieves the size of a user block in a file creation property list.
static int H5.H5Pget_version(int plist, int[] version_info)
          H5Pget_version retrieves the version information of various objects for a file creation property list.
static int H5.H5Pget_version(int plist, int[] version_info)
          H5Pget_version retrieves the version information of various objects for a file creation property list.
static int H5.H5Pset_alignment(int plist, long threshold, long alignment)
          H5Pset_alignment sets the alignment properties of a file access property list so that any file object >= THRESHOLD bytes will be aligned on an address which is a multiple of ALIGNMENT.
static int H5.H5Pset_alignment(int plist, long threshold, long alignment)
          H5Pset_alignment sets the alignment properties of a file access property list so that any file object >= THRESHOLD bytes will be aligned on an address which is a multiple of ALIGNMENT.
static int H5.H5Pset_btree_ratios(int plist_id, double left, double middle, double right)
          H5Pset_btree_ratio Sets B-tree split ratios for a dataset transfer property list.
static int H5.H5Pset_btree_ratios(int plist_id, double left, double middle, double right)
          H5Pset_btree_ratio Sets B-tree split ratios for a dataset transfer property list.
static int H5.H5Pset_cache(int plist, int mdc_nelmts, int rdcc_nelmts, int rdcc_nbytes, double rdcc_w0)
          H5Pset_cache sets the number of elements (objects) in the meta data cache and the total number of bytes in the raw data chunk cache.
static int H5.H5Pset_cache(int plist, int mdc_nelmts, int rdcc_nelmts, int rdcc_nbytes, double rdcc_w0)
          H5Pset_cache sets the number of elements (objects) in the meta data cache and the total number of bytes in the raw data chunk cache.
static int H5.H5Pset_chunk(int plist, int ndims, long[] dim)
          H5Pset_chunk sets the size of the chunks used to store a chunked layout dataset.
static int H5.H5Pset_chunk(int plist, int ndims, long[] dim)
          H5Pset_chunk sets the size of the chunks used to store a chunked layout dataset.
static int H5.H5Pset_core(int plist, int increment)
          H5Pset_core sets the low-level file driver to use malloc() and free().
static int H5.H5Pset_core(int plist, int increment)
          H5Pset_core sets the low-level file driver to use malloc() and free().
static boolean H5.H5Pset_deflate(int plist, int level)
          H5Pset_deflate sets the compression method for a dataset.
static boolean H5.H5Pset_deflate(int plist, int level)
          H5Pset_deflate sets the compression method for a dataset.
static int H5.H5Pset_external(int plist, String name, long offset, long size)
          H5Pset_external adds an external file to the list of external files.
static int H5.H5Pset_external(int plist, String name, long offset, long size)
          H5Pset_external adds an external file to the list of external files.
static int H5.H5Pset_family(int plist, long memb_size, int memb_plist)
          H5Pset_family sets the file access properties to use the family driver; any previously defined driver properties are erased from the property list.
static int H5.H5Pset_family(int plist, long memb_size, int memb_plist)
          H5Pset_family sets the file access properties to use the family driver; any previously defined driver properties are erased from the property list.
static int H5.H5Pset_filter(int plist, int filter, int flags, int cd_nelmts, int[] cd_values)
          H5Pset_filter adds the specified filter and corresponding properties to the end of an output filter pipeline.
static int H5.H5Pset_filter(int plist, int filter, int flags, int cd_nelmts, int[] cd_values)
          H5Pset_filter adds the specified filter and corresponding properties to the end of an output filter pipeline.
static int H5.H5Pset_gc_references(int fapl_id, boolean gc_ref)
          H5Pset_gc_references Sets the flag for garbage collecting references for the file.
static int H5.H5Pset_gc_references(int fapl_id, boolean gc_ref)
          H5Pset_gc_references Sets the flag for garbage collecting references for the file.
static int H5.H5Pset_hyper_cache(int plist_id, boolean cache, int limit)
          H5Pset_hyper_cache Indicates whether to cache hyperslab blocks during I/O.
static int H5.H5Pset_hyper_cache(int plist_id, boolean cache, int limit)
          H5Pset_hyper_cache Indicates whether to cache hyperslab blocks during I/O.
static int H5.H5Pset_istore_k(int plist, int ik)
          H5Pset_istore_k sets the size of the parameter used to control the B-trees for indexing chunked datasets.
static int H5.H5Pset_istore_k(int plist, int ik)
          H5Pset_istore_k sets the size of the parameter used to control the B-trees for indexing chunked datasets.
static int H5.H5Pset_layout(int plist, int layout)
          H5Pset_layout sets the type of storage used store the raw data for a dataset.
static int H5.H5Pset_layout(int plist, int layout)
          H5Pset_layout sets the type of storage used store the raw data for a dataset.
static int H5.H5Pset_preserve(int plist, boolean status)
          H5Pset_preserve sets the dataset transfer property list status to TRUE or FALSE.
static int H5.H5Pset_preserve(int plist, boolean status)
          H5Pset_preserve sets the dataset transfer property list status to TRUE or FALSE.
static int H5.H5Pset_sec2(int plist)
          H5Pset_sec2 sets the low-level file driver to use the functions declared in the unistd.h file: open(), lseek() or lseek64(), read(), write(), and close().
static int H5.H5Pset_sec2(int plist)
          H5Pset_sec2 sets the low-level file driver to use the functions declared in the unistd.h file: open(), lseek() or lseek64(), read(), write(), and close().
static int H5.H5Pset_sizes(int plist, int sizeof_addr, int sizeof_size)
          H5Pset_sizes sets the byte size of the offsets and lengths used to address objects in an HDF5 file.
static int H5.H5Pset_sizes(int plist, int sizeof_addr, int sizeof_size)
          H5Pset_sizes sets the byte size of the offsets and lengths used to address objects in an HDF5 file.
static int H5.H5Pset_split(int plist, String meta_ext, int meta_plist, String raw_ext, int raw_plist)
          H5Pset_split sets the low-level driver to split meta data from raw data, storing meta data in one file and raw data in another file.
static int H5.H5Pset_split(int plist, String meta_ext, int meta_plist, String raw_ext, int raw_plist)
          H5Pset_split sets the low-level driver to split meta data from raw data, storing meta data in one file and raw data in another file.
static int H5.H5Pset_stdio(int plist)
          H5Pset_stdio sets the low level file driver to use the functions declared in the stdio.h file: fopen(), fseek() or fseek64(), fread(), fwrite(), and fclose().
static int H5.H5Pset_stdio(int plist)
          H5Pset_stdio sets the low level file driver to use the functions declared in the stdio.h file: fopen(), fseek() or fseek64(), fread(), fwrite(), and fclose().
static int H5.H5Pset_sym_k(int plist, int ik, int lk)
          H5Pset_sym_k sets the size of parameters used to control the symbol table nodes.
static int H5.H5Pset_sym_k(int plist, int ik, int lk)
          H5Pset_sym_k sets the size of parameters used to control the symbol table nodes.
static int H5.H5Pset_userblock(int plist, long size)
          H5Pset_userblock sets the user block size of a file creation property list.
static int H5.H5Pset_userblock(int plist, long size)
          H5Pset_userblock sets the user block size of a file creation property list.
static byte[] H5.H5Rcreate(int loc_id, String name, int ref_type, int space_id)
          H5Rcreate creates the reference, ref, of the type specified in ref_type, pointing to the object name located at loc_id.
static byte[] H5.H5Rcreate(int loc_id, String name, int ref_type, int space_id)
          H5Rcreate creates the reference, ref, of the type specified in ref_type, pointing to the object name located at loc_id.
static int H5.H5Rdereference(int dataset, int ref_type, byte[] ref)
          Given a reference to some object, H5Rdereference opens that object and return an identifier.
static int H5.H5Rdereference(int dataset, int ref_type, byte[] ref)
          Given a reference to some object, H5Rdereference opens that object and return an identifier.
static int H5.H5Rget_object_type(int loc_id, byte[] ref)
          Given a reference to an object ref, H5Rget_object_type returns the type of the object pointed to.
static int H5.H5Rget_object_type(int loc_id, byte[] ref)
          Given a reference to an object ref, H5Rget_object_type returns the type of the object pointed to.
static int H5.H5Rget_region(int loc_id, int ref_type, byte[] ref)
          Given a reference to an object ref, H5Rget_region creates a copy of the dataspace of the dataset pointed to and defines a selection in the copy which is the region pointed to.
static int H5.H5Rget_region(int loc_id, int ref_type, byte[] ref)
          Given a reference to an object ref, H5Rget_region creates a copy of the dataspace of the dataset pointed to and defines a selection in the copy which is the region pointed to.
static int H5.H5Sclose(int space_id)
          H5Sclose releases a dataspace.
static int H5.H5Sclose(int space_id)
          H5Sclose releases a dataspace.
static int H5.H5Scopy(int space_id)
          H5Scopy creates a new dataspace which is an exact copy of the dataspace identified by space_id.
static int H5.H5Scopy(int space_id)
          H5Scopy creates a new dataspace which is an exact copy of the dataspace identified by space_id.
static int H5.H5Screate_simple(int rank, long[] dims, long[] maxdims)
          H5Screate_simple creates a new simple data space and opens it for access.
static int H5.H5Screate_simple(int rank, long[] dims, long[] maxdims)
          H5Screate_simple creates a new simple data space and opens it for access.
static int H5.H5Screate(int type)
          H5Screate creates a new dataspace of a particular type.
static int H5.H5Screate(int type)
          H5Screate creates a new dataspace of a particular type.
static int H5.H5Sextent_copy(int dest_space_id, int source_space_id)
          H5Sextent_copy copies the extent from source_space_id to dest_space_id.
static int H5.H5Sextent_copy(int dest_space_id, int source_space_id)
          H5Sextent_copy copies the extent from source_space_id to dest_space_id.
static int H5.H5Sget_select_bounds(int spaceid, long[] start, long[] end)
          H5Sget_select_bounds retrieves the coordinates of the bounding box containing the current selection and places them into user-supplied buffers.
static int H5.H5Sget_select_bounds(int spaceid, long[] start, long[] end)
          H5Sget_select_bounds retrieves the coordinates of the bounding box containing the current selection and places them into user-supplied buffers.
static long H5.H5Sget_select_elem_npoints(int spaceid)
          H5Sget_select_elem_npoints returns the number of element points in the current dataspace selection.
static long H5.H5Sget_select_elem_npoints(int spaceid)
          H5Sget_select_elem_npoints returns the number of element points in the current dataspace selection.
static int H5.H5Sget_select_elem_pointlist(int spaceid, long startpoint, long numpoints, long[] buf)
          H5Sget_select_elem_pointlist returns an array of of element points in the current dataspace selection.
static int H5.H5Sget_select_elem_pointlist(int spaceid, long startpoint, long numpoints, long[] buf)
          H5Sget_select_elem_pointlist returns an array of of element points in the current dataspace selection.
static int H5.H5Sget_select_hyper_blocklist(int spaceid, long startblock, long numblocks, long[] buf)
          H5Sget_select_hyper_blocklist returns an array of hyperslab blocks.
static int H5.H5Sget_select_hyper_blocklist(int spaceid, long startblock, long numblocks, long[] buf)
          H5Sget_select_hyper_blocklist returns an array of hyperslab blocks.
static long H5.H5Sget_select_hyper_nblocks(int spaceid)
          H5Sget_select_hyper_nblocks returns the number of hyperslab blocks in the current dataspace selection.
static long H5.H5Sget_select_hyper_nblocks(int spaceid)
          H5Sget_select_hyper_nblocks returns the number of hyperslab blocks in the current dataspace selection.
static long H5.H5Sget_select_npoints(int space_id)
          H5Sget_select_npoints determines the number of elements in the current selection of a dataspace.
static long H5.H5Sget_select_npoints(int space_id)
          H5Sget_select_npoints determines the number of elements in the current selection of a dataspace.
static int H5.H5Sget_simple_extent_dims(int space_id, long[] dims, long[] maxdims)
          H5Sget_simple_extent_dims returns the size and maximum sizes of each dimension of a dataspace through the dims and maxdims parameters.
static int H5.H5Sget_simple_extent_dims(int space_id, long[] dims, long[] maxdims)
          H5Sget_simple_extent_dims returns the size and maximum sizes of each dimension of a dataspace through the dims and maxdims parameters.
static int H5.H5Sget_simple_extent_ndims(int space_id)
          H5Sget_simple_extent_ndims determines the dimensionality (or rank) of a dataspace.
static int H5.H5Sget_simple_extent_ndims(int space_id)
          H5Sget_simple_extent_ndims determines the dimensionality (or rank) of a dataspace.
static long H5.H5Sget_simple_extent_npoints(int space_id)
          H5Sget_simple_extent_npoints determines the number of elements in a dataspace.
static long H5.H5Sget_simple_extent_npoints(int space_id)
          H5Sget_simple_extent_npoints determines the number of elements in a dataspace.
static int H5.H5Sget_simple_extent_type(int space_id)
          H5Sget_simple_extent_type queries a dataspace to determine the current class of a dataspace.
static int H5.H5Sget_simple_extent_type(int space_id)
          H5Sget_simple_extent_type queries a dataspace to determine the current class of a dataspace.
static boolean H5.H5Sis_simple(int space_id)
          H5Sis_simple determines whether a dataspace is a simple dataspace.
static boolean H5.H5Sis_simple(int space_id)
          H5Sis_simple determines whether a dataspace is a simple dataspace.
static int H5.H5Soffset_simple(int space_id, long[] offset)
          H5Soffset_simple sets the offset of a simple dataspace space_id.
static int H5.H5Soffset_simple(int space_id, long[] offset)
          H5Soffset_simple sets the offset of a simple dataspace space_id.
static int H5.H5Sselect_all(int space_id)
          H5Sselect_all selects the entire extent of the dataspace space_id.
static int H5.H5Sselect_all(int space_id)
          H5Sselect_all selects the entire extent of the dataspace space_id.
static int H5.H5Sselect_elements(int space_id, int op, int num_elements, long[][] coord2D)
          H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
static int H5.H5Sselect_elements(int space_id, int op, int num_elements, long[][] coord2D)
          H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
static int H5.H5Sselect_hyperslab(int space_id, int op, long[] start, long[] stride, long[] count, long[] block)
          H5Sselect_hyperslab selects a hyperslab region to add to the current selected region for the dataspace specified by space_id.
static int H5.H5Sselect_hyperslab(int space_id, int op, long[] start, long[] stride, long[] count, long[] block)
          H5Sselect_hyperslab selects a hyperslab region to add to the current selected region for the dataspace specified by space_id.
static int H5.H5Sselect_none(int space_id)
          H5Sselect_none resets the selection region for the dataspace space_id to include no elements.
static int H5.H5Sselect_none(int space_id)
          H5Sselect_none resets the selection region for the dataspace space_id to include no elements.
static boolean H5.H5Sselect_valid(int space_id)
          H5Sselect_valid verifies that the selection for the dataspace.
static boolean H5.H5Sselect_valid(int space_id)
          H5Sselect_valid verifies that the selection for the dataspace.
static int H5.H5Sset_extent_none(int space_id)
          H5Sset_extent_none removes the extent from a dataspace and sets the type to H5S_NONE.
static int H5.H5Sset_extent_none(int space_id)
          H5Sset_extent_none removes the extent from a dataspace and sets the type to H5S_NONE.
static int H5.H5Sset_extent_simple(int space_id, int rank, long[] current_size, long[] maximum_size)
          H5Sset_extent_simple sets or resets the size of an existing dataspace.
static int H5.H5Sset_extent_simple(int space_id, int rank, long[] current_size, long[] maximum_size)
          H5Sset_extent_simple sets or resets the size of an existing dataspace.
static int H5.H5Tclose(int type_id)
          H5Tclose releases a datatype.
static int H5.H5Tclose(int type_id)
          H5Tclose releases a datatype.
static int H5.H5Tcommit(int loc_id, String name, int type)
          H5Tcommit commits a transient datatype (not immutable) to a file, turned it into a named datatype.
static int H5.H5Tcommit(int loc_id, String name, int type)
          H5Tcommit commits a transient datatype (not immutable) to a file, turned it into a named datatype.
static boolean H5.H5Tcommitted(int type)
          H5Tcommitted queries a type to determine whether the type specified by the type identifier is a named type or a transient type.
static boolean H5.H5Tcommitted(int type)
          H5Tcommitted queries a type to determine whether the type specified by the type identifier is a named type or a transient type.
static int H5.H5Tcopy(int type_id)
          H5Tcopy copies an existing datatype.
static int H5.H5Tcopy(int type_id)
          H5Tcopy copies an existing datatype.
static int H5.H5Tcreate(int dclass, int size)
          H5Tcreate creates a new dataype of the specified class with the specified number of bytes.
static int H5.H5Tcreate(int dclass, int size)
          H5Tcreate creates a new dataype of the specified class with the specified number of bytes.
static int H5.H5Tenum_create(int base_id)
          H5Tenum_create creates a new enumeration datatype based on the specified base datatype, parent_id, which must be an integer type.
static int H5.H5Tenum_create(int base_id)
          H5Tenum_create creates a new enumeration datatype based on the specified base datatype, parent_id, which must be an integer type.
static int H5.H5Tenum_insert(int type, String name, int[] value)
          H5Tenum_insert inserts a new enumeration datatype member into an enumeration datatype.
static int H5.H5Tenum_insert(int type, String name, int[] value)
          H5Tenum_insert inserts a new enumeration datatype member into an enumeration datatype.
static int H5.H5Tenum_nameof(int type, int[] value, String[] name, int size)
          H5Tenum_nameof finds the symbol name that corresponds to the specified value of the enumeration datatype type.
static int H5.H5Tenum_nameof(int type, int[] value, String[] name, int size)
          H5Tenum_nameof finds the symbol name that corresponds to the specified value of the enumeration datatype type.
static int H5.H5Tenum_valueof(int type, String name, int[] value)
          H5Tenum_valueof finds the value that corresponds to the specified name of the enumeration datatype type.
static int H5.H5Tenum_valueof(int type, String name, int[] value)
          H5Tenum_valueof finds the value that corresponds to the specified name of the enumeration datatype type.
static boolean H5.H5Tequal(int type_id1, int type_id2)
          H5Tequal determines whether two datatype identifiers refer to the same datatype.
static boolean H5.H5Tequal(int type_id1, int type_id2)
          H5Tequal determines whether two datatype identifiers refer to the same datatype.
static int H5.H5Tget_class(int type_id)
          H5Tget_class returns the datatype class identifier.
static int H5.H5Tget_class(int type_id)
          H5Tget_class returns the datatype class identifier.
static int H5.H5Tget_cset(int type_id)
          H5Tget_cset retrieves the character set type of a string datatype.
static int H5.H5Tget_cset(int type_id)
          H5Tget_cset retrieves the character set type of a string datatype.
static int H5.H5Tget_ebias(int type_id)
          H5Tget_ebias retrieves the exponent bias of a floating-point type.
static int H5.H5Tget_ebias(int type_id)
          H5Tget_ebias retrieves the exponent bias of a floating-point type.
static int H5.H5Tget_fields(int type_id, int[] fields)
          H5Tget_fields retrieves information about the locations of the various bit fields of a floating point datatype.
static int H5.H5Tget_fields(int type_id, int[] fields)
          H5Tget_fields retrieves information about the locations of the various bit fields of a floating point datatype.
static int H5.H5Tget_inpad(int type_id)
          H5Tget_inpad retrieves the internal padding type for unused bits in floating-point datatypes.
static int H5.H5Tget_inpad(int type_id)
          H5Tget_inpad retrieves the internal padding type for unused bits in floating-point datatypes.
static int H5.H5Tget_member_dims(int type_id, int field_idx, int[] dims, int[] perm)
          H5Tget_member_dims returns the dimensionality of the field.
static int H5.H5Tget_member_dims(int type_id, int field_idx, int[] dims, int[] perm)
          H5Tget_member_dims returns the dimensionality of the field.
static long H5.H5Tget_member_offset(int type_id, int membno)
          H5Tget_member_offset returns the byte offset of the specified member of the compound datatype.
static long H5.H5Tget_member_offset(int type_id, int membno)
          H5Tget_member_offset returns the byte offset of the specified member of the compound datatype.
static int H5.H5Tget_member_type(int type_id, int field_idx)
          H5Tget_member_type returns the datatype of the specified member.
static int H5.H5Tget_member_type(int type_id, int field_idx)
          H5Tget_member_type returns the datatype of the specified member.
static int H5.H5Tget_member_value(int type_id, int membno, int[] value)
          H5Tget_member_value returns the value of the enumeration datatype member memb_no.
static int H5.H5Tget_member_value(int type_id, int membno, int[] value)
          H5Tget_member_value returns the value of the enumeration datatype member memb_no.
static int H5.H5Tget_nmembers(int type_id)
          H5Tget_nmembers retrieves the number of fields a compound datatype has.
static int H5.H5Tget_nmembers(int type_id)
          H5Tget_nmembers retrieves the number of fields a compound datatype has.
static int H5.H5Tget_norm(int type_id)
          H5Tget_norm retrieves the mantissa normalization of a floating-point datatype.
static int H5.H5Tget_norm(int type_id)
          H5Tget_norm retrieves the mantissa normalization of a floating-point datatype.
static int H5.H5Tget_offset(int type_id)
          H5Tget_offset retrieves the bit offset of the first significant bit.
static int H5.H5Tget_offset(int type_id)
          H5Tget_offset retrieves the bit offset of the first significant bit.
static int H5.H5Tget_order(int type_id)
          H5Tget_order returns the byte order of an atomic datatype.
static int H5.H5Tget_order(int type_id)
          H5Tget_order returns the byte order of an atomic datatype.
static int H5.H5Tget_pad(int type_id, int[] pad)
          H5Tget_pad retrieves the padding type of the least and most-significant bit padding.
static int H5.H5Tget_pad(int type_id, int[] pad)
          H5Tget_pad retrieves the padding type of the least and most-significant bit padding.
static int H5.H5Tget_precision(int type_id)
          H5Tget_precision returns the precision of an atomic datatype.
static int H5.H5Tget_precision(int type_id)
          H5Tget_precision returns the precision of an atomic datatype.
static int H5.H5Tget_sign(int type_id)
          H5Tget_sign retrieves the sign type for an integer type.
static int H5.H5Tget_sign(int type_id)
          H5Tget_sign retrieves the sign type for an integer type.
static int H5.H5Tget_size(int type_id)
          H5Tget_size returns the size of a datatype in bytes.
static int H5.H5Tget_size(int type_id)
          H5Tget_size returns the size of a datatype in bytes.
static int H5.H5Tget_strpad(int type_id)
          H5Tget_strpad retrieves the string padding method for a string datatype.
static int H5.H5Tget_strpad(int type_id)
          H5Tget_strpad retrieves the string padding method for a string datatype.
static int H5.H5Tget_super(int type)
          H5Tget_super returns the type from which TYPE is derived.
static int H5.H5Tget_super(int type)
          H5Tget_super returns the type from which TYPE is derived.
static String H5.H5Tget_tag(int type)
          H5Tget_tag returns the tag associated with datatype type_id.
static String H5.H5Tget_tag(int type)
          H5Tget_tag returns the tag associated with datatype type_id.
static int H5.H5Tinsert_array(int parent_id, String name, int offset, int ndims, int[] dim, int[] perm, int member_id)
          H5Tinsert_array adds a new member to the compound datatype parent_id.
static int H5.H5Tinsert_array(int parent_id, String name, int offset, int ndims, int[] dim, int[] perm, int member_id)
          H5Tinsert_array adds a new member to the compound datatype parent_id.
static int H5.H5Tinsert(int type_id, String name, long offset, int field_id)
          H5Tinsert adds another member to the compound datatype type_id.
static int H5.H5Tinsert(int type_id, String name, long offset, int field_id)
          H5Tinsert adds another member to the compound datatype type_id.
static int H5.H5Tlock(int type_id)
          H5Tlock locks the datatype specified by the type_id identifier, making it read-only and non-destrucible.
static int H5.H5Tlock(int type_id)
          H5Tlock locks the datatype specified by the type_id identifier, making it read-only and non-destrucible.
static int H5.H5Topen(int loc_id, String name)
          H5Topen opens a named datatype at the location specified by loc_id and return an identifier for the datatype.
static int H5.H5Topen(int loc_id, String name)
          H5Topen opens a named datatype at the location specified by loc_id and return an identifier for the datatype.
static int H5.H5Tpack(int type_id)
          H5Tpack recursively removes padding from within a compound datatype to make it more efficient (space-wise) to store that data.
static int H5.H5Tpack(int type_id)
          H5Tpack recursively removes padding from within a compound datatype to make it more efficient (space-wise) to store that data.
static int H5.H5Tset_cset(int type_id, int cset)
          H5Tset_cset the character set to be used.
static int H5.H5Tset_cset(int type_id, int cset)
          H5Tset_cset the character set to be used.
static int H5.H5Tset_ebias(int type_id, int ebias)
          H5Tset_ebias sets the exponent bias of a floating-point type.
static int H5.H5Tset_ebias(int type_id, int ebias)
          H5Tset_ebias sets the exponent bias of a floating-point type.
static int H5.H5Tset_fields(int type_id, int spos, int epos, int esize, int mpos, int msize)
          H5Tset_fields sets the locations and sizes of the various floating point bit fields.
static int H5.H5Tset_fields(int type_id, int spos, int epos, int esize, int mpos, int msize)
          H5Tset_fields sets the locations and sizes of the various floating point bit fields.
static int H5.H5Tset_inpad(int type_id, int inpad)
          If any internal bits of a floating point type are unused (that is, those significant bits which are not part of the sign, exponent, or mantissa), then H5Tset_inpad will be filled according to the value of the padding value property inpad.
static int H5.H5Tset_inpad(int type_id, int inpad)
          If any internal bits of a floating point type are unused (that is, those significant bits which are not part of the sign, exponent, or mantissa), then H5Tset_inpad will be filled according to the value of the padding value property inpad.
static int H5.H5Tset_norm(int type_id, int norm)
          H5Tset_norm sets the mantissa normalization of a floating-point datatype.
static int H5.H5Tset_norm(int type_id, int norm)
          H5Tset_norm sets the mantissa normalization of a floating-point datatype.
static int H5.H5Tset_offset(int type_id, int offset)
          H5Tset_offset sets the bit offset of the first significant bit.
static int H5.H5Tset_offset(int type_id, int offset)
          H5Tset_offset sets the bit offset of the first significant bit.
static int H5.H5Tset_order(int type_id, int order)
          H5Tset_order sets the byte ordering of an atomic datatype.
static int H5.H5Tset_order(int type_id, int order)
          H5Tset_order sets the byte ordering of an atomic datatype.
static int H5.H5Tset_pad(int type_id, int lsb, int msb)
          H5Tset_pad sets the least and most-significant bits padding types.
static int H5.H5Tset_pad(int type_id, int lsb, int msb)
          H5Tset_pad sets the least and most-significant bits padding types.
static int H5.H5Tset_precision(int type_id, int precision)
          H5Tset_precision sets the precision of an atomic datatype.
static int H5.H5Tset_precision(int type_id, int precision)
          H5Tset_precision sets the precision of an atomic datatype.
static int H5.H5Tset_sign(int type_id, int sign)
          H5Tset_sign sets the sign proprety for an integer type.
static int H5.H5Tset_sign(int type_id, int sign)
          H5Tset_sign sets the sign proprety for an integer type.
static int H5.H5Tset_size(int type_id, int size)
          H5Tset_size sets the total size in bytes, size, for an atomic datatype (this operation is not permitted on compound datatypes).
static int H5.H5Tset_size(int type_id, int size)
          H5Tset_size sets the total size in bytes, size, for an atomic datatype (this operation is not permitted on compound datatypes).
static int H5.H5Tset_strpad(int type_id, int strpad)
          H5Tset_strpad defines the storage mechanism for the string.
static int H5.H5Tset_strpad(int type_id, int strpad)
          H5Tset_strpad defines the storage mechanism for the string.
static int H5.H5Tset_tag(int type, String tag)
          H5Tset_tag tags an opaque datatype type_id with a unique ASCII identifier tag.
static int H5.H5Tset_tag(int type, String tag)
          H5Tset_tag tags an opaque datatype type_id with a unique ASCII identifier tag.
static int H5.H5Tvlen_create(int base_id)
          H5Tvlen_create creates a new variable-length (VL) dataype.
static int H5.H5Tvlen_create(int base_id)
          H5Tvlen_create creates a new variable-length (VL) dataype.
 

Uses of HDF5LibraryException in ncsa.hdf.hdf5lib.exceptions
 

Subclasses of HDF5LibraryException in ncsa.hdf.hdf5lib.exceptions
 class HDF5AtomException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5AttributeException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5BtreeException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataFiltersException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DatasetInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataspaceInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataStorageException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DatatypeInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ExternalFileListException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FileInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FunctionArgumentException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FunctionEntryExitException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5HeapException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5InternalErrorException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5LowLevelIOException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5MetaDataCacheException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ObjectHeaderException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5PropertyListInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ReferenceException
           
 class HDF5ResourceUnavailableException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5SymbolTableException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 

Uses of HDF5LibraryException in visad.data.hdf5.hdf5objects
 

Methods in visad.data.hdf5.hdf5objects that throw HDF5LibraryException
 int HDF5Datatype.get_class()
          Returns the datatype class identifier
 int HDF5Datatype.get_class()
          Returns the datatype class identifier
 int HDF5Datatype.get_size()
          Returns the size of a datatype in bytes
 int HDF5Datatype.get_size()
          Returns the size of a datatype in bytes
 int HDF5Datatype.H5Tcommit(int loc_id, String type_name)
          H5Tcommit commits a transient datatype to a file, turned it into a named datatype.
 int HDF5Datatype.H5Tcommit(int loc_id, String type_name)
          H5Tcommit commits a transient datatype to a file, turned it into a named datatype.
 void HDF5Dataspace.select(long[] start, long[] stride, long[] count)
          select count[] points starting at start[] with stride[]
 void HDF5Dataspace.select(long[] start, long[] stride, long[] count)
          select count[] points starting at start[] with stride[]