A B D E F G H I L R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- H5 - Class in hdf.hdf5lib
-
This class is the Java interface for the HDF5 library.
- H5() - Constructor for class hdf.hdf5lib.H5
- H5_INDEX_CRT_ORDER - Static variable in class hdf.hdf5lib.HDF5Constants
-
indices on links, index on creation order
- H5_INDEX_N - Static variable in class hdf.hdf5lib.HDF5Constants
-
indices on links, number of indices defined
- H5_INDEX_NAME - Static variable in class hdf.hdf5lib.HDF5Constants
-
indices on links, index on names
- H5_INDEX_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
-
indices on links, unknown index type
- H5_ITER_DEC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Common iteration orders, Decreasing order
- H5_ITER_INC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Common iteration orders, Increasing order
- H5_ITER_N - Static variable in class hdf.hdf5lib.HDF5Constants
-
Common iteration orders, Number of iteration orders
- H5_ITER_NATIVE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Common iteration orders, No particular order, whatever is fastest
- H5_ITER_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Common iteration orders, Unknown order
- H5_LIBRARY_NAME_PROPERTY_KEY - Static variable in class hdf.hdf5lib.H5
- H5_QUARTER_HADDR_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_SZIP_ALLOW_K13_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for szip compression
- H5_SZIP_CHIP_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for szip compression
- H5_SZIP_EC_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for szip compression
- H5_SZIP_MAX_PIXELS_PER_BLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for szip compression
- H5_SZIP_NN_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for szip compression
- H5AC_CURR_CACHE_CONFIG_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
-
The version of the H5AC_cache_config_t in use
- H5AC_MAX_TRACE_FILE_NAME_LEN - Static variable in class hdf.hdf5lib.HDF5Constants
-
The maximum length of the trace file path
- H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED - Static variable in class hdf.hdf5lib.HDF5Constants
-
In the distributed metadata write strategy, process zero still makes the decisions as to what entries should be flushed, but the actual flushes are distributed across the processes in the computation to the extent possible.
- H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY - Static variable in class hdf.hdf5lib.HDF5Constants
-
When metadata_write_strategy is set to this value, only process zero is allowed to write dirty metadata to disk.
- H5Aclose(long) - Static method in class hdf.hdf5lib.H5
- H5Acopy(long, long) - Static method in class hdf.hdf5lib.H5
- H5Acreate(long, String, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Acreate_by_name(long, String, String, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Adelete(long, String) - Static method in class hdf.hdf5lib.H5
- H5Adelete_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Adelete_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
- H5Aexists(long, String) - Static method in class hdf.hdf5lib.H5
- H5Aexists_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
- H5Aget_create_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Aget_info(long) - Static method in class hdf.hdf5lib.H5
- H5Aget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Aget_info_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
- H5Aget_name(long) - Static method in class hdf.hdf5lib.H5
- H5Aget_name_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Aget_space(long) - Static method in class hdf.hdf5lib.H5
- H5Aget_storage_size(long) - Static method in class hdf.hdf5lib.H5
- H5Aget_type(long) - Static method in class hdf.hdf5lib.H5
- H5Aiterate(long, int, int, long, H5A_iterate_cb, H5A_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5Aiterate_by_name(long, String, int, int, long, H5A_iterate_cb, H5A_iterate_t, long) - Static method in class hdf.hdf5lib.H5
- H5Aopen(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Aopen_by_idx(long, String, int, int, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Aopen_by_name(long, String, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Aread(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Aread(long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread(long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Aread(long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread_double(long, long, double[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_double(long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread_float(long, long, float[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_float(long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
-
H5Aread reads an attribute, specified with attr_id.
- H5Aread_int(long, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_int(long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread_long(long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_long(long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread_reg_ref(long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_short(long, long, short[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_short(long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Aread_string(long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Aread_VLStrings(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5AreadComplex(long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5AreadVL(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5Arename(long, String, String) - Static method in class hdf.hdf5lib.H5
- H5Arename_by_name(long, String, String, String, long) - Static method in class hdf.hdf5lib.H5
- H5Awrite(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite(long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite(long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Awrite(long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_double(long, long, double[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_double(long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_float(long, long, float[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_float(long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_int(long, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_int(long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_long(long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_long(long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_short(long, long, short[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_short(long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Awrite_string(long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Awrite_VLStrings(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5AwriteVL(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5C_decr_age_out - Static variable in class hdf.hdf5lib.HDF5Constants
-
At the end of each epoch, search the cache for entries that have not been accessed for at least the number of epochs specified in the epochs_before_eviction field, and evict these entries
- H5C_decr_age_out_with_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
-
Same as age_out, but we only attempt to reduce the cache size when the hit rate observed over the last epoch exceeds the value provided in the upper_hr_threshold field
- H5C_decr_off - Static variable in class hdf.hdf5lib.HDF5Constants
-
Don't attempt to decrease the size of the cache automatically
- H5C_decr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
-
Attempt to decrease the size of the cache whenever the average hit rate over the last epoch rises above the value supplied in the upper_hr_threshold field
- H5C_flash_incr_add_space - Static variable in class hdf.hdf5lib.HDF5Constants
-
increase the current maximum cache size by x * flash_multiple less any free space in the cache
- H5C_flash_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
-
Don't perform flash increases in the size of the cache
- H5C_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
-
Don't attempt to increase the size of the cache automatically
- H5C_incr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
-
Attempt to increase the size of the cache whenever the average hit rate over the last epoch drops below the value supplied in the lower_hr_threshold field
- H5check_version(int, int, int) - Static method in class hdf.hdf5lib.H5
- H5close() - Static method in class hdf.hdf5lib.H5
- H5D_ALLOC_TIME_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_ALLOC_TIME_EARLY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_ALLOC_TIME_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_ALLOC_TIME_INCR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_ALLOC_TIME_LATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_CHUNK_IDX_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_CHUNKED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_COMPACT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_CONTIGUOUS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_TIME_ALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_TIME_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_TIME_IFSET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_TIME_NEVER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_VALUE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_VALUE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_VALUE_UNDEFINED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_FILL_VALUE_USER_DEFINED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_LAYOUT_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_NLAYOUTS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_SPACE_STATUS_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_SPACE_STATUS_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_SPACE_STATUS_NOT_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_SPACE_STATUS_PART_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_VDS_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_VDS_FIRST_MISSING - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_VDS_LAST_AVAILABLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5D_VIRTUAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Dclose(long) - Static method in class hdf.hdf5lib.H5
- H5Dcopy(long, long) - Static method in class hdf.hdf5lib.H5
- H5Dcreate(long, String, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Dcreate_anon(long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Dfill(byte[], long, byte[], long, long) - Static method in class hdf.hdf5lib.H5
- H5Dflush(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_access_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_create_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_offset(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_space(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_space_status(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_storage_size(long) - Static method in class hdf.hdf5lib.H5
- H5Dget_type(long) - Static method in class hdf.hdf5lib.H5
- H5Diterate(byte[], long, long, H5D_iterate_cb, H5D_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5Dopen(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Dread(long, long, long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Dread(long, long, long, long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread(long, long, long, long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Dread(long, long, long, long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_double(long, long, long, long, long, double[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_double(long, long, long, long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_float(long, long, long, long, long, float[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_float(long, long, long, long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_int(long, long, long, long, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_int(long, long, long, long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_long(long, long, long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_long(long, long, long, long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_reg_ref(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_short(long, long, long, long, long, short[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_short(long, long, long, long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_string(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_VLStrings(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5DreadVL(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5Drefresh(long) - Static method in class hdf.hdf5lib.H5
- H5Dset_extent(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Dvlen_get_buf_size(long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Dvlen_reclaim(long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(long, long, long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(long, long, long, long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(long, long, long, long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(long, long, long, long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_double(long, long, long, long, long, double[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_double(long, long, long, long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_float(long, long, long, long, long, float[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_float(long, long, long, long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_int(long, long, long, long, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_int(long, long, long, long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_long(long, long, long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_long(long, long, long, long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_short(long, long, long, long, long, short[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_short(long, long, long, long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_string(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_VLStrings(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5DwriteVL(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
- H5E_ALIGNMENT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Alignment error
- H5E_ALREADYEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Object already exists
- H5E_ALREADYINIT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Function entry/exit interface - Object already initialized
- H5E_ARGS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Invalid arguments to routine
- H5E_ATOM - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Object atom
- H5E_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Attribute
- H5E_BADATOM - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Unable to find atom information (already closed?)
- H5E_BADFILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - Bad file ID accessed
- H5E_BADGROUP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Unable to find ID group information
- H5E_BADITER - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Iteration failed
- H5E_BADMESG - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Unrecognized message
- H5E_BADRANGE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Argument errors - Out of range
- H5E_BADSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Invalid selection
- H5E_BADSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Datatype conversion errors - Bad size for object
- H5E_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Argument errors - Inappropriate type
- H5E_BADVALUE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Argument errors - Bad value
- H5E_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - B-Tree node
- H5E_CACHE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Object cache
- H5E_CALLBACK - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Callback failed
- H5E_CANAPPLY - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Error from filter 'can apply' callback
- H5E_CANTALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Can't allocate space
- H5E_CANTAPPEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't append object
- H5E_CANTATTACH - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't attach object
- H5E_CANTCLEAN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark metadata as clean
- H5E_CANTCLIP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't clip hyperslab region
- H5E_CANTCLOSEFILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - Unable to close file
- H5E_CANTCLOSEOBJ - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Group related errors - Can't close object
- H5E_CANTCOMPARE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't compare objects
- H5E_CANTCOMPUTE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't compute value
- H5E_CANTCONVERT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Datatype conversion errors - Can't convert datatypes
- H5E_CANTCOPY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to copy object
- H5E_CANTCORK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to cork an object
- H5E_CANTCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't count elements
- H5E_CANTCREATE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - Unable to create file
- H5E_CANTDEC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Unable to decrement reference count
- H5E_CANTDECODE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to decode value
- H5E_CANTDELETE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Can't delete message
- H5E_CANTDEPEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to create a flush dependency
- H5E_CANTDIRTY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark metadata as dirty
- H5E_CANTENCODE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to encode value
- H5E_CANTEXPUNGE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to expunge a metadata cache entry
- H5E_CANTEXTEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't extend heap's space
- H5E_CANTFILTER - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Filter operation failed
- H5E_CANTFLUSH - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to flush data from cache
- H5E_CANTFREE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to free object
- H5E_CANTGATHER - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Parallel MPI - Can't gather data
- H5E_CANTGC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to garbage collect
- H5E_CANTGET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Property list errors - Can't get value
- H5E_CANTGETSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to compute size
- H5E_CANTINC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Unable to increment reference count
- H5E_CANTINIT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Function entry/exit interface - Unable to initialize object
- H5E_CANTINS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to insert metadata into cache
- H5E_CANTINSERT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to insert object
- H5E_CANTLIST - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to list node
- H5E_CANTLOAD - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to load metadata into cache
- H5E_CANTLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to lock object
- H5E_CANTLOCKFILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors Unable to lock file
- H5E_CANTMARKCLEAN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark a pinned entry as clean
- H5E_CANTMARKDIRTY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark a pinned entry as dirty
- H5E_CANTMARKSERIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark an entry as unserialized
- H5E_CANTMARKUNSERIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark an entry as serialized
- H5E_CANTMERGE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Free space errors - Can't merge objects
- H5E_CANTMODIFY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to modify record
- H5E_CANTMOVE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Link related errors - Can't move object
- H5E_CANTNEXT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't move to next iterator location
- H5E_CANTNOTIFY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to notify object about action
- H5E_CANTOPENFILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - Unable to open file
- H5E_CANTOPENOBJ - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Group related errors - Can't open object
- H5E_CANTOPERATE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't operate on object
- H5E_CANTPACK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Can't pack messages
- H5E_CANTPIN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to pin cache entry
- H5E_CANTPROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to protect metadata
- H5E_CANTRECV - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Parallel MPI - Can't receive data
- H5E_CANTREDISTRIBUTE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to redistribute records
- H5E_CANTREGISTER - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Unable to register new atom
- H5E_CANTRELEASE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Function entry/exit interface - Unable to release object
- H5E_CANTREMOVE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to remove object
- H5E_CANTRENAME - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Unable to rename object
- H5E_CANTRESET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Can't reset object
- H5E_CANTRESIZE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to resize a metadata cache entry
- H5E_CANTRESTORE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't restore condition
- H5E_CANTREVIVE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Free space errors - Can't revive object
- H5E_CANTSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Can't select hyperslab
- H5E_CANTSERIALIZE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to serialize data from cache
- H5E_CANTSET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Property list errors - Can't set value
- H5E_CANTSHRINK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Free space errors - Can't shrink container
- H5E_CANTSORT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Link related errors - Can't sort objects
- H5E_CANTSPLIT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to split node
- H5E_CANTSWAP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Unable to swap records
- H5E_CANTTAG - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to tag metadata in the cache
- H5E_CANTUNCORK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to uncork an object
- H5E_CANTUNDEPEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to destroy a flush dependency
- H5E_CANTUNLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Unable to unlock object
- H5E_CANTUNLOCKFILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors Unable to unlock file
- H5E_CANTUNPIN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to un-pin cache entry
- H5E_CANTUNPROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to unprotect metadata
- H5E_CANTUNSERIALIZE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Unable to mark metadata as unserialized
- H5E_CANTUPDATE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Heap errors - Can't update object
- H5E_CLOSEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - Close failed
- H5E_COMPLEN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Group related errors - Name component is too long
- H5E_CONTEXT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - API Context
- H5E_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Dataset
- H5E_DATASPACE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Dataspace
- H5E_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Datatype
- H5E_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Value for the default error stack
- H5E_DUPCLASS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Property list errors - Duplicate class name in parent class
- H5E_EARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Extensible Array
- H5E_EFL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - External file list
- H5E_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Error API
- H5E_EXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Object already exists
- H5E_FARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Fixed Array
- H5E_FCNTL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - File control (fcntl) failed
- H5E_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - File accessibility
- H5E_FILEEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - File already exists
- H5E_FILEOPEN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - File already open
- H5E_FSPACE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Free Space Manager
- H5E_FUNC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Function entry/exit
- H5E_HEAP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Heap
- H5E_INCONSISTENTSTATE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Dataspace errors - Internal states are inconsistent
- H5E_INTERNAL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Internal error (too specific to document in detail)
- H5E_IO - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Low-level I/O
- H5E_LINK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Links
- H5E_LINKCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Bad object header link count
- H5E_LOGGING - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Failure in the cache logging framework
- H5E_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different kinds of error information - H5E_type_t
- H5E_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different kinds of error information - H5E_type_t
- H5E_MOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - File mount error
- H5E_MPI - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Parallel MPI - Some MPI function failed
- H5E_MPIERRSTR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Parallel MPI - MPI Error String
- H5E_NLINKS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Link related errors - Too many soft links in path
- H5E_NO_INDEPENDENT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Parallel MPI - Can't perform independent IO
- H5E_NOENCODER - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Filter present but encoding disabled
- H5E_NOFILTER - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Requested filter is not available
- H5E_NOIDS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object atom related errors - Out of IDs for group
- H5E_NONE_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - No error
- H5E_NONE_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
-
No error
- H5E_NOSPACE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - No space available for allocation
- H5E_NOTCACHED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Metadata not currently cached
- H5E_NOTFOUND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - B-tree related errors - Object not found
- H5E_NOTHDF5 - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - Not an HDF5 file
- H5E_NOTREGISTERED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Link related errors - Link class not registered
- H5E_OBJOPEN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Resource errors - Object is already open
- H5E_OHDR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Object header
- H5E_OPENERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Plugin errors - Can't open directory or file
- H5E_OVERFLOW - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - Address overflowed
- H5E_PAGEBUF - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Page Buffering
- H5E_PATH - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Group related errors - Problem with path to object
- H5E_PLINE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Data filters
- H5E_PLIST - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Property lists
- H5E_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Plugin for dynamically loaded library
- H5E_PROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Protected metadata error
- H5E_READERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - Read failed
- H5E_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - References
- H5E_RESOURCE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Resource unavailable
- H5E_RS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Reference Counted Strings
- H5E_SEEKERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - Seek failed
- H5E_SETDISALLOWED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Property list errors - Disallowed operation
- H5E_SETLOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
-
I/O pipeline errors - Error from filter 'set local' callback
- H5E_SLIST - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Skip Lists
- H5E_SOHM - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Shared Object Header Messages
- H5E_STORAGE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Data storage
- H5E_SYM - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Symbol table
- H5E_SYSERRSTR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - System level errors - System error message
- H5E_SYSTEM - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Cache related errors - Internal error detected
- H5E_TRAVERSE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Link related errors - Link traversal failure
- H5E_TRUNCATED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - File accessibility errors - File has been truncated
- H5E_TST - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Ternary Search Trees
- H5E_UNINITIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Argument errors - Information is uinitialized
- H5E_UNSUPPORTED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Argument errors - Feature is unsupported
- H5E_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
-
Minor error codes - Object header related errors - Wrong version number
- H5E_VFL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Major error codes - Virtual File Layer
- H5E_WALK_DOWNWARD - Static variable in class hdf.hdf5lib.HDF5Constants
-
Error stack traversal direction - begin at API function, end deep
- H5E_WALK_UPWARD - Static variable in class hdf.hdf5lib.HDF5Constants
-
Error stack traversal direction - begin deep, end at API function
- H5E_WRITEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Generic low-level file I/O errors - Write failed
- H5Eauto_is_v2(long) - Static method in class hdf.hdf5lib.H5
- H5Eclear() - Static method in class hdf.hdf5lib.H5
- H5Eclear(long) - Static method in class hdf.hdf5lib.H5
- H5Eclear2(long) - Static method in class hdf.hdf5lib.H5
- H5Eclose_msg(long) - Static method in class hdf.hdf5lib.H5
- H5Eclose_stack(long) - Static method in class hdf.hdf5lib.H5
- H5Ecreate_msg(long, int, String) - Static method in class hdf.hdf5lib.H5
- H5Ecreate_stack() - Static method in class hdf.hdf5lib.H5
- H5Eget_class_name(long) - Static method in class hdf.hdf5lib.H5
- H5Eget_current_stack() - Static method in class hdf.hdf5lib.H5
- H5Eget_msg(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Eget_num(long) - Static method in class hdf.hdf5lib.H5
- H5Epop(long, long) - Static method in class hdf.hdf5lib.H5
- H5Eprint2(long, Object) - Static method in class hdf.hdf5lib.H5
- H5Epush(long, String, String, int, long, long, long, String) - Static method in class hdf.hdf5lib.H5
- H5Epush2(long, String, String, int, long, long, long, String) - Static method in class hdf.hdf5lib.H5
- H5Eregister_class(String, String, String) - Static method in class hdf.hdf5lib.H5
- H5error_off() - Static method in class hdf.hdf5lib.H5
- H5error_on() - Static method in class hdf.hdf5lib.H5
- H5Eset_current_stack(long) - Static method in class hdf.hdf5lib.H5
- H5Eunregister_class(long) - Static method in class hdf.hdf5lib.H5
- H5Ewalk(long, long, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
- H5Ewalk2(long, long, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
- H5export_attribute(String, long, String, int) - Static method in class hdf.hdf5lib.H5
- H5export_dataset(String, long, String, int) - Static method in class hdf.hdf5lib.H5
- H5export_dataset(String, String, String, int) - Static method in class hdf.hdf5lib.H5
- H5F_ACC_CREAT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_EXCL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_RDONLY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_RDWR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_SWMR_READ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_SWMR_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_TRUNC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_CLOSE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_CLOSE_SEMI - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_CLOSE_STRONG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_CLOSE_WEAK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_FSPACE_STRATEGY_AGGR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_FSPACE_STRATEGY_FSM_AGGR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_FSPACE_STRATEGY_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_FSPACE_STRATEGY_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_FSPACE_STRATEGY_PAGE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_EARLIEST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_LATEST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_NBOUNDS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_V110 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_V18 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_OBJ_LOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_SCOPE_GLOBAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_SCOPE_LOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_UNLIMITED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Fclear_elink_file_cache(long) - Static method in class hdf.hdf5lib.H5
- H5Fclose(long) - Static method in class hdf.hdf5lib.H5
- H5Fcreate(String, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5FD_CORE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_DEFAULT_HADDR_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_DIRECT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_FAMILY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_HDFS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_ALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_FILE_IO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_FILE_READ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_FILE_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_FLAVOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_LOC_IO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_LOC_READ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_LOC_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_LOC_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_NUM_IO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_NUM_READ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_NUM_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_NUM_TRUNCATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_NUM_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_CLOSE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_IO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_OPEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_READ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_STAT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_LOG_TIME_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_BTREE_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_DRAW_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_GHEAP_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_LHEAP_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_OHDR_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DEFAULT_SUPER_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_DRAW - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_GHEAP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_LHEAP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_NOLIST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_OHDR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MEM_SUPER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MPIO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_MULTI - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_ROS3 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_SEC2 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_STDIO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5FD_WINDOWS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Fflush(long, int) - Static method in class hdf.hdf5lib.H5
- H5Fget_access_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_create_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_dset_no_attrs_hint(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_filesize(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_freespace(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_info(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_intent(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_mdc_hit_rate(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_mdc_logging_status(long, boolean[]) - Static method in class hdf.hdf5lib.H5
- H5Fget_mdc_size(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Fget_name(long) - Static method in class hdf.hdf5lib.H5
- H5Fget_obj_count(long, int) - Static method in class hdf.hdf5lib.H5
- H5Fget_obj_ids(long, int, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Fis_hdf5(String) - Static method in class hdf.hdf5lib.H5
- H5Fmount(long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Fopen(String, int, long) - Static method in class hdf.hdf5lib.H5
- H5Freopen(long) - Static method in class hdf.hdf5lib.H5
- H5Freset_mdc_hit_rate_stats(long) - Static method in class hdf.hdf5lib.H5
- H5Fset_dset_no_attrs_hint(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Fset_libver_bounds(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Fstart_mdc_logging(long) - Static method in class hdf.hdf5lib.H5
- H5Fstart_swmr_write(long) - Static method in class hdf.hdf5lib.H5
- H5Fstop_mdc_logging(long) - Static method in class hdf.hdf5lib.H5
- H5Funmount(long, String) - Static method in class hdf.hdf5lib.H5
- H5G_STORAGE_TYPE_COMPACT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_STORAGE_TYPE_DENSE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_STORAGE_TYPE_SYMBOL_TABLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_STORAGE_TYPE_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5garbage_collect() - Static method in class hdf.hdf5lib.H5
- H5Gclose(long) - Static method in class hdf.hdf5lib.H5
- H5Gcreate(long, String, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Gcreate_anon(long, long, long) - Static method in class hdf.hdf5lib.H5
- H5get_libversion(int[]) - Static method in class hdf.hdf5lib.H5
- H5Gflush(long) - Static method in class hdf.hdf5lib.H5
- H5Gget_create_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Gget_info(long) - Static method in class hdf.hdf5lib.H5
- H5Gget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Gget_info_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_all(long, String, String[], int[], int[], long[], int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_all(long, String, String[], int[], int[], long[], long[], int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_all(long, String, String[], int[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_full(long, String, String[], int[], int[], long[], long[], int, int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_idx(long, String, int, String[], int[]) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_max(long, String[], int[], int[], long[], long) - Static method in class hdf.hdf5lib.H5
- H5Gn_members(long, String) - Static method in class hdf.hdf5lib.H5
- H5Gopen(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Grefresh(long) - Static method in class hdf.hdf5lib.H5
- H5I_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_BADID - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_DATASPACE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_ERROR_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_ERROR_MSG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_ERROR_STACK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_GENPROP_CLS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_GENPROP_LST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_INVALID_HID - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_UNINIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5I_VFL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Iclear_type(int, boolean) - Static method in class hdf.hdf5lib.H5
- H5Idec_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Idec_type_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Idestroy_type(int) - Static method in class hdf.hdf5lib.H5
- H5Iget_file_id(long) - Static method in class hdf.hdf5lib.H5
- H5Iget_name(long) - Static method in class hdf.hdf5lib.H5
- H5Iget_name_long(long, String[], long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.
- H5Iget_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Iget_type(long) - Static method in class hdf.hdf5lib.H5
- H5Iget_type_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Iinc_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Iinc_type_ref(long) - Static method in class hdf.hdf5lib.H5
- H5Iis_valid(long) - Static method in class hdf.hdf5lib.H5
- H5Inmembers(long) - Static method in class hdf.hdf5lib.H5
- H5Itype_exists(int) - Static method in class hdf.hdf5lib.H5
- H5L_TYPE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5L_TYPE_EXTERNAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5L_TYPE_HARD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5L_TYPE_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
- H5L_TYPE_SOFT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Lcopy(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lcreate_external(String, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lcreate_hard(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lcreate_soft(String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Ldelete(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Ldelete_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lexists(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Lget_info(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Lget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lget_name_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lget_value(long, String, String[], long) - Static method in class hdf.hdf5lib.H5
- H5Lget_value_by_idx(long, String, int, int, long, String[], long) - Static method in class hdf.hdf5lib.H5
- H5Lis_registered(int) - Static method in class hdf.hdf5lib.H5
- H5Literate(long, int, int, long, H5L_iterate_cb, H5L_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5Literate_by_name(long, String, int, int, long, H5L_iterate_cb, H5L_iterate_t, long) - Static method in class hdf.hdf5lib.H5
- H5Lmove(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Lunregister(int) - Static method in class hdf.hdf5lib.H5
- H5Lvisit(long, int, int, H5L_iterate_cb, H5L_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5Lvisit_by_name(long, String, int, int, H5L_iterate_cb, H5L_iterate_t, long) - Static method in class hdf.hdf5lib.H5
- H5O_COPY_EXPAND_EXT_LINK_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_COPY_EXPAND_REFERENCE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_COPY_EXPAND_SOFT_LINK_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_COPY_PRESERVE_NULL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_COPY_SHALLOW_HIERARCHY_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_COPY_WITHOUT_ATTR_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_BASIC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_HDR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_META_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_NUM_ATTRS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_INFO_TIME - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_ALL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_ATTR_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_DTYPE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_FILL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_NONE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_PLINE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_SHMESG_SDSPACE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_TYPE_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_TYPE_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_TYPE_NAMED_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_TYPE_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5O_TYPE_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Oare_mdc_flushes_disabled(long) - Static method in class hdf.hdf5lib.H5
- H5Oclose(long) - Static method in class hdf.hdf5lib.H5
- H5Ocopy(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Odecr_refcount(long) - Static method in class hdf.hdf5lib.H5
- H5Odisable_mdc_flushes(long) - Static method in class hdf.hdf5lib.H5
- H5Oenable_mdc_flushes(long) - Static method in class hdf.hdf5lib.H5
- H5Oexists_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Oflush(long) - Static method in class hdf.hdf5lib.H5
- H5Oget_comment(long) - Static method in class hdf.hdf5lib.H5
- H5Oget_comment_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Oget_info(long) - Static method in class hdf.hdf5lib.H5
- H5Oget_info(long, int) - Static method in class hdf.hdf5lib.H5
- H5Oget_info_by_idx(long, String, int, int, long, int, long) - Static method in class hdf.hdf5lib.H5
- H5Oget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5Oget_info_by_name(long, String, int, long) - Static method in class hdf.hdf5lib.H5
- H5Oget_info_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Oincr_refcount(long) - Static method in class hdf.hdf5lib.H5
- H5Olink(long, long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Oopen(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Oopen_by_addr(long, long) - Static method in class hdf.hdf5lib.H5
- H5Oopen_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
- H5open() - Static method in class hdf.hdf5lib.H5
- H5Orefresh(long) - Static method in class hdf.hdf5lib.H5
- H5Oset_comment(long, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8 in favor of object attributes.
- H5Oset_comment_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8 in favor of object attributes.
- H5Ovisit(long, int, int, H5O_iterate_cb, H5O_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5Ovisit(long, int, int, H5O_iterate_cb, H5O_iterate_t, int) - Static method in class hdf.hdf5lib.H5
- H5Ovisit_by_name(long, String, int, int, H5O_iterate_cb, H5O_iterate_t, int, long) - Static method in class hdf.hdf5lib.H5
- H5Ovisit_by_name(long, String, int, int, H5O_iterate_cb, H5O_iterate_t, long) - Static method in class hdf.hdf5lib.H5
- H5P_ATTRIBUTE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_ATTRIBUTE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_ATTRIBUTE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_ATTRIBUTE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_CRT_ORDER_INDEXED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_CRT_ORDER_TRACKED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_XFER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATASET_XFER_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATATYPE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATATYPE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATATYPE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DATATYPE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_equal(long, long) - Static method in class hdf.hdf5lib.H5
- H5P_FILE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_FILE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_FILE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_FILE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_FILE_MOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_FILE_MOUNT_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_GROUP_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_GROUP_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_GROUP_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_GROUP_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_LINK_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_LINK_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_LINK_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_LINK_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_OBJECT_COPY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_OBJECT_COPY_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_OBJECT_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_ROOT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_STRING_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Pall_filters_avail(long) - Static method in class hdf.hdf5lib.H5
- H5PATH_PROPERTY_KEY - Static variable in class hdf.hdf5lib.H5
- H5Pclose(long) - Static method in class hdf.hdf5lib.H5
- H5Pclose_class(long) - Static method in class hdf.hdf5lib.H5
- H5Pcopy(long) - Static method in class hdf.hdf5lib.H5
- H5Pcopy_prop(long, long, String) - Static method in class hdf.hdf5lib.H5
- H5Pcreate(long) - Static method in class hdf.hdf5lib.H5
- H5Pcreate_class_nocb(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pequal(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pexist(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pfill_value_defined(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pget_alignment(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_alloc_time(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_attr_creation_order(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_attr_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_btree_ratios(long, double[], double[], double[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_buffer(long, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_buffer_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_cache(long, int[], long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_char_encoding(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_chunk(long, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_chunk_cache(long, long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_chunk_opts(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_class(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_class_name(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_class_parent(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_copy_object(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_create_intermediate_group(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_data_transform(long, String[], long) - Static method in class hdf.hdf5lib.H5
- H5Pget_driver(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_dset_no_attrs_hint(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_edc_check(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_efile_prefix(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_elink_acc_flags(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_elink_fapl(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_elink_file_cache_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_elink_prefix(long, String[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_est_link_info(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_evict_on_close(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_external(long, int, long, String[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_external_count(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_family_offset(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_core(long, long[], boolean[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_direct(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_family(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_hdfs(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_multi(long, int[], long[], String[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_ros3(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_fclose_degree(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_file_space_page_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_file_space_strategy(long, boolean[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_file_space_strategy_persist(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_file_space_strategy_threshold(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_fill_time(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fill_value(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fill_value(long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Pget_filter(long, int, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_filter_by_id(long, long, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_filter_by_id2(long, long, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_gc_references(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_hyper_vector_size(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_ignore_disabled_file_locking(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_istore_k(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_layout(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_libver_bounds(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_link_creation_order(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_link_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_local_heap_size_hint(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_mdc_config(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_mdc_log_options(long, boolean[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_meta_block_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_metadata_read_attempts(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_nfilters(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_nlinks(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_nprops(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_obj_track_times(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_shared_mesg_index(long, int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_shared_mesg_nindexes(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_shared_mesg_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_sieve_buf_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_size(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pget_sizes(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_small_data_block_size(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_sym_k(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_use_file_locking(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_userblock(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_version(long, int[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.10.0 in favor of H5Fget_info.
- H5Pget_virtual_count(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_dsetname(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_filename(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_prefix(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_printf_gap(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_srcspace(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_view(long) - Static method in class hdf.hdf5lib.H5
- H5Pget_virtual_vspace(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pinsert2_nocb(long, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pisa_class(long, long) - Static method in class hdf.hdf5lib.H5
- H5Piterate(long, int[], H5P_iterate_cb, H5P_iterate_t) - Static method in class hdf.hdf5lib.H5
- H5PL_ALL_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5PL_FILTER_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5PL_TYPE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5PL_TYPE_FILTER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5PL_TYPE_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5PLappend(String) - Static method in class hdf.hdf5lib.H5
- H5PLget(int) - Static method in class hdf.hdf5lib.H5
- H5PLget_loading_state() - Static method in class hdf.hdf5lib.H5
- H5PLinsert(String, int) - Static method in class hdf.hdf5lib.H5
- H5PLprepend(String) - Static method in class hdf.hdf5lib.H5
- H5PLremove(int) - Static method in class hdf.hdf5lib.H5
- H5PLreplace(String, int) - Static method in class hdf.hdf5lib.H5
- H5PLset_loading_state(int) - Static method in class hdf.hdf5lib.H5
- H5PLsize() - Static method in class hdf.hdf5lib.H5
- H5Pmodify_filter(long, long, int, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pregister2_nocb(long, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Premove(long, String) - Static method in class hdf.hdf5lib.H5
- H5Premove_filter(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset(long, String, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_alignment(long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_alloc_time(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_attr_creation_order(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_attr_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_btree_ratios(long, double, double, double) - Static method in class hdf.hdf5lib.H5
- H5Pset_buffer_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_cache(long, int, long, long, double) - Static method in class hdf.hdf5lib.H5
- H5Pset_char_encoding(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk(long, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk_cache(long, long, long, double) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk_opts(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_copy_object(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_create_intermediate_group(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_data_transform(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pset_deflate(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_dset_no_attrs_hint(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_edc_check(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_efile_prefix(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pset_elink_acc_flags(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_elink_fapl(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_elink_file_cache_size(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_elink_prefix(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pset_est_link_info(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_evict_on_close(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_external(long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_family_offset(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_core(long, long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_direct(long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_family(long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_hdfs(long, H5FD_hdfs_fapl_t) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_log(long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_multi(long, int[], long[], String[], long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_ros3(long, H5FD_ros3_fapl_t) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_sec2(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_split(long, String, long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_stdio(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_windows(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fclose_degree(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_file_locking(long, boolean, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_file_space_page_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_file_space_strategy(long, int, boolean, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fill_time(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fill_value(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pset_fill_value(long, long, Object) - Static method in class hdf.hdf5lib.H5
- H5Pset_filter(long, int, int, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pset_fletcher32(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_gc_references(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_hyper_vector_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_istore_k(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_layout(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_libver_bounds(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_link_creation_order(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_link_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_local_heap_size_hint(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_mdc_config(long, H5AC_cache_config_t) - Static method in class hdf.hdf5lib.H5
- H5Pset_mdc_log_options(long, boolean, String, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_meta_block_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_metadata_read_attempts(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_nbit(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_nlinks(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_obj_track_times(long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_scaleoffset(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_shared_mesg_index(long, int, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_shared_mesg_nindexes(long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_shared_mesg_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_shuffle(long) - Static method in class hdf.hdf5lib.H5
- H5Pset_sieve_buf_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_sizes(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_small_data_block_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_sym_k(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_szip(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_userblock(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_virtual(long, long, String, String, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_virtual_prefix(long, String) - Static method in class hdf.hdf5lib.H5
- H5Pset_virtual_printf_gap(long, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_virtual_view(long, int) - Static method in class hdf.hdf5lib.H5
- H5Punregister(long, String) - Static method in class hdf.hdf5lib.H5
- H5R_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_DATASET_REGION - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_DSET_REG_REF_BUF_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_MAXTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_OBJ_REF_BUF_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_OBJECT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Rcreate(long, String, int, long) - Static method in class hdf.hdf5lib.H5
- H5Rdereference(long, long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Rget_name(long, int, byte[], String[], long) - Static method in class hdf.hdf5lib.H5
- H5Rget_name_string(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Rget_obj_type(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Rget_region(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5S_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Define atomic datatypes
- H5S_MAX_RANK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Define user-level maximum number of dimensions
- H5S_NO_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different types of dataspaces - error
- H5S_NULL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different types of dataspaces - null dataspace
- H5S_SCALAR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different types of dataspaces - scalar variable
- H5S_SEL_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - Entire extent selected
- H5S_SEL_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - Error
- H5S_SEL_HYPERSLABS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - Hyperslab selected
- H5S_SEL_N - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - LAST
- H5S_SEL_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - Nothing selected
- H5S_SEL_POINTS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Enumerated type for the type of selection - Points / elements selected
- H5S_SELECT_AND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Binary "and" operation for hyperslabs
- H5S_SELECT_APPEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Append elements to end of point selection
- H5S_SELECT_INVALID - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Invalid upper bound on selection operations
- H5S_SELECT_NOOP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - error
- H5S_SELECT_NOTA - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Binary "not" operation for hyperslabs
- H5S_SELECT_NOTB - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Binary "not" operation for hyperslabs
- H5S_SELECT_OR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Binary "or" operation for hyperslabs
- H5S_SELECT_PREPEND - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Prepend elements to beginning of point selection
- H5S_SELECT_SET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Select "set" operation
- H5S_SELECT_XOR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different ways of combining selections - Binary "xor" operation for hyperslabs
- H5S_SIMPLE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Different types of dataspaces - simple dataspace
- H5S_UNLIMITED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Define atomic datatypes
- H5Sclose(long) - Static method in class hdf.hdf5lib.H5
- H5Scombine_hyperslab(long, int, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Scombine_select(long, int, long) - Static method in class hdf.hdf5lib.H5
- H5Scopy(long) - Static method in class hdf.hdf5lib.H5
- H5Screate(int) - Static method in class hdf.hdf5lib.H5
- H5Screate_simple(int, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sdecode(byte[]) - Static method in class hdf.hdf5lib.H5
- H5Sencode(long) - Static method in class hdf.hdf5lib.H5
- H5set_free_list_limits(int, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
- H5Sextent_copy(long, long) - Static method in class hdf.hdf5lib.H5
- H5Sextent_equal(long, long) - Static method in class hdf.hdf5lib.H5
- H5Sget_regular_hyperslab(long, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_bounds(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_elem_npoints(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_elem_pointlist(long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_hyper_blocklist(long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_hyper_nblocks(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_npoints(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_select_type(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_simple_extent_dims(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sget_simple_extent_ndims(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_simple_extent_npoints(long) - Static method in class hdf.hdf5lib.H5
- H5Sget_simple_extent_type(long) - Static method in class hdf.hdf5lib.H5
- H5Sis_regular_hyperslab(long) - Static method in class hdf.hdf5lib.H5
- H5Sis_simple(long) - Static method in class hdf.hdf5lib.H5
- H5Smodify_select(long, int, long) - Static method in class hdf.hdf5lib.H5
- H5Soffset_simple(long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Soffset_simple(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_adjust(long, long[][]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_all(long) - Static method in class hdf.hdf5lib.H5
- H5Sselect_copy(long, long) - Static method in class hdf.hdf5lib.H5
- H5Sselect_elements(long, int, int, long[][]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_hyperslab(long, int, byte[], byte[], byte[], byte[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_hyperslab(long, int, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_intersect_block(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_none(long) - Static method in class hdf.hdf5lib.H5
- H5Sselect_project_intersection(long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Sselect_shape_same(long, long) - Static method in class hdf.hdf5lib.H5
- H5Sselect_valid(long) - Static method in class hdf.hdf5lib.H5
- H5Sset_extent_none(long) - Static method in class hdf.hdf5lib.H5
- H5Sset_extent_simple(long, int, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
- H5Sset_extent_simple(long, int, long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5T_ALPHA_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ALPHA_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_BITFIELD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_BKG_NO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_BKG_YES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_C_S1 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_COMPOUND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CONV_CONV - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CONV_FREE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CONV_INIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_ASCII - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_10 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_11 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_12 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_13 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_14 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_15 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_2 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_3 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_4 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_5 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_6 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_7 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_RESERVED_9 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_CSET_UTF8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_DIR_ASCEND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_DIR_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_DIR_DESCEND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ENUM - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_FLOAT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_FORTRAN_S1 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_IEEE_F32BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_IEEE_F32LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_IEEE_F64BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_IEEE_F64LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEGER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_INTEL_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_MIPS_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_CHAR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_DOUBLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_FLOAT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_HADDR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_HBOOL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_HERR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_HSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_HSSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_FAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_FAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_FAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_FAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_LEAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_LEAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_LEAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT_LEAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_INT8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_LDOUBLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_LLONG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_LONG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_OPAQUE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_SCHAR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_SHORT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UCHAR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_FAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_FAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_FAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_FAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_LEAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_LEAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_LEAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT_LEAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT16 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT64 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_UINT8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_ULLONG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_ULONG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NATIVE_USHORT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NCLASSES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NO_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NORM_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NORM_IMPLIED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NORM_MSBSET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NORM_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NPAD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_NSGN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_OPAQUE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_OPAQUE_TAG_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ORDER_BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ORDER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ORDER_LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ORDER_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_ORDER_VAX - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PAD_BACKGROUND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PAD_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PAD_ONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PAD_ZERO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PERS_DONTCARE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PERS_HARD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_PERS_SOFT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_SGN_2 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_SGN_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_SGN_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B16BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B16LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B32BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B32LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B64BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B64LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B8BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_B8LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I16BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I16LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I32BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I32LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I64BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I64LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I8BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_I8LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_REF_DSETREG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_REF_OBJ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U16BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U16LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U32BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U32LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U64BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U64LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U8BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STD_U8LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_NULLPAD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_NULLTERM - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_10 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_11 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_12 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_13 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_14 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_15 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_3 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_4 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_5 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_6 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_7 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_8 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_RESERVED_9 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STR_SPACEPAD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_STRING - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_TIME - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_UNIX_D32BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_UNIX_D32LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_UNIX_D64BE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_UNIX_D64LE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_VARIABLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_VL_T - Static variable in class hdf.hdf5lib.HDF5Constants
- H5T_VLEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Tarray_create(long, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Tclose(long) - Static method in class hdf.hdf5lib.H5
- H5Tcommit(long, String, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Tcommit_anon(long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Tcommitted(long) - Static method in class hdf.hdf5lib.H5
- H5Tcompiler_conv(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tconvert(long, long, long, byte[], byte[], long) - Static method in class hdf.hdf5lib.H5
- H5Tcopy(long) - Static method in class hdf.hdf5lib.H5
- H5Tcreate(int, long) - Static method in class hdf.hdf5lib.H5
- H5Tdecode(byte[]) - Static method in class hdf.hdf5lib.H5
- H5Tdetect_class(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tencode(long, byte[], long) - Static method in class hdf.hdf5lib.H5
- H5Tenum_create(long) - Static method in class hdf.hdf5lib.H5
- H5Tenum_insert(long, String, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Tenum_insert(long, String, int) - Static method in class hdf.hdf5lib.H5
- H5Tenum_insert(long, String, int[]) - Static method in class hdf.hdf5lib.H5
- H5Tenum_nameof(long, byte[], long) - Static method in class hdf.hdf5lib.H5
- H5Tenum_nameof(long, int[], String[], int) - Static method in class hdf.hdf5lib.H5
- H5Tenum_valueof(long, String, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Tenum_valueof(long, String, int[]) - Static method in class hdf.hdf5lib.H5
- H5Tequal(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tflush(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_array_dims(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_array_dims2(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_array_ndims(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_class(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_class_name(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_create_plist(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_cset(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_ebias(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_ebias_long(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_fields(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_fields(long, long[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_inpad(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_class(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_index(long, String) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_name(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_offset(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_type(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_value(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_member_value(long, int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_native_type(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_native_type(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tget_nmembers(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_norm(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_offset(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_order(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_pad(long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Tget_precision(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_precision_long(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_sign(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_size(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_strpad(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_super(long) - Static method in class hdf.hdf5lib.H5
- H5Tget_tag(long) - Static method in class hdf.hdf5lib.H5
- H5Tinsert(long, String, long, long) - Static method in class hdf.hdf5lib.H5
- H5Tis_variable_str(long) - Static method in class hdf.hdf5lib.H5
- H5Tlock(long) - Static method in class hdf.hdf5lib.H5
- H5Topen(long, String, long) - Static method in class hdf.hdf5lib.H5
- H5Tpack(long) - Static method in class hdf.hdf5lib.H5
- H5Trefresh(long) - Static method in class hdf.hdf5lib.H5
- H5Tset_cset(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_ebias(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_ebias(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tset_fields(long, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_fields(long, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
- H5Tset_inpad(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_norm(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_offset(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_offset(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tset_order(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_pad(long, int, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_precision(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_precision(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tset_sign(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_size(long, long) - Static method in class hdf.hdf5lib.H5
- H5Tset_strpad(long, int) - Static method in class hdf.hdf5lib.H5
- H5Tset_tag(long, String) - Static method in class hdf.hdf5lib.H5
- H5Tvlen_create(long) - Static method in class hdf.hdf5lib.H5
- H5Z_CB_CONT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Return values for filter callback function
- H5Z_CB_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Return values for filter callback function
- H5Z_CB_FAIL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Return values for filter callback function
- H5Z_CB_NO - Static variable in class hdf.hdf5lib.HDF5Constants
-
Return values for filter callback function
- H5Z_DISABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Values to decide if EDC is enabled for reading data
- H5Z_ENABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Values to decide if EDC is enabled for reading data
- H5Z_ERROR_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Values to decide if EDC is enabled for reading data
- H5Z_FILTER_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Symbol to remove all filters in H5Premove_filter
- H5Z_FILTER_CONFIG_DECODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Bit flags for H5Zget_filter_info
- H5Z_FILTER_CONFIG_ENCODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Bit flags for H5Zget_filter_info
- H5Z_FILTER_DEFLATE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - deflation like gzip
- H5Z_FILTER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - no filter
- H5Z_FILTER_FLETCHER32 - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - fletcher32 checksum of EDC
- H5Z_FILTER_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - maximum filter id
- H5Z_FILTER_NBIT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - nbit compression
- H5Z_FILTER_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - reserved indefinitely
- H5Z_FILTER_RESERVED - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - filter ids below this value are reserved for library use
- H5Z_FILTER_SCALEOFFSET - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - scale+offset compression
- H5Z_FILTER_SHUFFLE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - shuffle the data
- H5Z_FILTER_SZIP - Static variable in class hdf.hdf5lib.HDF5Constants
-
Filter IDs - szip compression
- H5Z_FLAG_DEFMASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Flags for filter definition (stored) definition flag mask
- H5Z_FLAG_INVMASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
Additional flags for filter invocation (not stored) invocation flag mask
- H5Z_FLAG_MANDATORY - Static variable in class hdf.hdf5lib.HDF5Constants
-
Flags for filter definition (stored) filter is mandatory
- H5Z_FLAG_OPTIONAL - Static variable in class hdf.hdf5lib.HDF5Constants
-
Flags for filter definition (stored) filter is optional
- H5Z_FLAG_REVERSE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Additional flags for filter invocation (not stored) reverse direction; read
- H5Z_FLAG_SKIP_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Additional flags for filter invocation (not stored) skip EDC filters for read
- H5Z_MAX_NFILTERS - Static variable in class hdf.hdf5lib.HDF5Constants
-
Maximum number of filters allowed in a pipeline
- H5Z_NBIT_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
nbit filter - Number of parameters that users can set
- H5Z_NO_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
-
Values to decide if EDC is enabled for reading data
- H5Z_SCALEOFFSET_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
scale offset filter - Number of parameters that users can set
- H5Z_SHUFFLE_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
shuffle filter - Total number of parameters for filter
- H5Z_SHUFFLE_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
shuffle filter - Number of parameters that users can set
- H5Z_SO_FLOAT_DSCALE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for ScaleOffset filter
- H5Z_SO_FLOAT_ESCALE - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for ScaleOffset filter
- H5Z_SO_INT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for ScaleOffset filter
- H5Z_SO_INT_MINBITS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
-
Special parameters for ScaleOffset filter
- H5Z_SZIP_PARM_BPP - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - "Local" parameter for bits-per-pixel
- H5Z_SZIP_PARM_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - "User" parameter for option mask
- H5Z_SZIP_PARM_PPB - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - "User" parameter for pixels-per-block
- H5Z_SZIP_PARM_PPS - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - "Local" parameter for pixels-per-scanline
- H5Z_SZIP_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - Total number of parameters for filter
- H5Z_SZIP_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
-
szip filter - Number of parameters that users can set
- H5Zfilter_avail(int) - Static method in class hdf.hdf5lib.H5
- H5Zget_filter_info(int) - Static method in class hdf.hdf5lib.H5
- H5Zunregister(int) - Static method in class hdf.hdf5lib.H5
- hdf.hdf5lib - package hdf.hdf5lib
- HDF5Constants - Class in hdf.hdf5lib
- HDF5Constants() - Constructor for class hdf.hdf5lib.HDF5Constants
- HDF5GroupInfo - Class in hdf.hdf5lib
-
Deprecated.Not for public use. It is not used by the library. This class assumes that an object can contain four values which uniquely identify an object among those HDF5 files which are open. This is no longer valid in future HDF5 releases.
- HDF5GroupInfo() - Constructor for class hdf.hdf5lib.HDF5GroupInfo
-
Deprecated.Container for the information reported about an HDF5 Object from the H5Gget_obj_info() method
- HDFArray - Class in hdf.hdf5lib
- HDFArray(Object) - Constructor for class hdf.hdf5lib.HDFArray
-
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
- HDFNativeData - Class in hdf.hdf5lib
- HDFNativeData() - Constructor for class hdf.hdf5lib.HDFNativeData
All Classes All Packages