A B C D E F G H I L M N O P Q R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addr - Variable in class hdf.hdf5lib.structs.H5O_info_t
- address_val_size - Variable in class hdf.hdf5lib.structs.H5L_info_t
- AN_DATA_DESC - Static variable in class hdf.hdflib.HDFConstants
- AN_DATA_LABEL - Static variable in class hdf.hdflib.HDFConstants
- AN_FILE_DESC - Static variable in class hdf.hdflib.HDFConstants
- AN_FILE_LABEL - Static variable in class hdf.hdflib.HDFConstants
- ANannlen(int) - Static method in class hdf.hdflib.HDFLibrary
- ANannlist(int, int, int, int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- ANatype2tag(int) - Static method in class hdf.hdflib.HDFLibrary
- ANcreate(int, short, short, int) - Static method in class hdf.hdflib.HDFLibrary
- ANcreatef(int, int) - Static method in class hdf.hdflib.HDFLibrary
- ANend(int) - Static method in class hdf.hdflib.HDFLibrary
- ANendaccess(int) - Static method in class hdf.hdflib.HDFLibrary
- ANfileinfo(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- ANget_tagref(int, int, int, short[]) - Static method in class hdf.hdflib.HDFLibrary
- ANid2tagref(int, short[]) - Static method in class hdf.hdflib.HDFLibrary
- ANNOTATION - Static variable in class hdf.hdflib.HDFConstants
- ANnumann(int, int, short, short) - Static method in class hdf.hdflib.HDFLibrary
- ANreadann(int, String[], int) - Static method in class hdf.hdflib.HDFLibrary
- ANselect(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- ANstart(int) - Static method in class hdf.hdflib.HDFLibrary
- ANtag2atype(short) - Static method in class hdf.hdflib.HDFLibrary
- ANtagref2id(int, short, short) - Static method in class hdf.hdflib.HDFLibrary
- ANwriteann(int, String, int) - Static method in class hdf.hdflib.HDFLibrary
- apply_empty_reserve - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- apply_max_decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- apply_max_increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- arrayify(byte[]) - Method in class hdf.hdf5lib.HDFArray
-
Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
- arrayify(byte[]) - Method in class hdf.hdflib.HDFArray
- atime - Variable in class hdf.hdf5lib.structs.H5O_info_t
B
- bit_len - Variable in class hdf.hdflib.HDFNBITChunkInfo
- bit_len - Variable in class hdf.hdflib.HDFNBITCompInfo
- bits_per_pixel - Variable in class hdf.hdflib.HDFSZIPCompInfo
- btime - Variable in class hdf.hdf5lib.structs.H5O_info_t
- byteify() - Method in class hdf.hdf5lib.HDFArray
-
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
- byteify() - Method in class hdf.hdflib.HDFArray
- byteify() - Method in class hdf.hdflib.HDFTable
- byteToByte(byte) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single byte into an array of one byte.
- byteToByte(byte) - Static method in class hdf.hdflib.HDFNativeData
- byteToByte(Byte) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Byte object into an array of one byte.
- byteToDouble(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of double
- byteToDouble(byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToDouble(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 8 bytes from an array of bytes into a single double
- byteToDouble(byte[], int) - Static method in class hdf.hdflib.HDFNativeData
- byteToDouble(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of double
- byteToDouble(int, int, byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToFloat(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of floats
- byteToFloat(byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToFloat(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 4 bytes from an array of bytes into a single float
- byteToFloat(byte[], int) - Static method in class hdf.hdflib.HDFNativeData
- byteToFloat(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of float
- byteToFloat(int, int, byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToInt(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of ints
- byteToInt(byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToInt(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 4 bytes from an array of bytes into a single int
- byteToInt(byte[], int) - Static method in class hdf.hdflib.HDFNativeData
- byteToInt(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of int
- byteToInt(int, int, byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToLong(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of long
- byteToLong(byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToLong(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 8 bytes from an array of bytes into a single long
- byteToLong(byte[], int) - Static method in class hdf.hdflib.HDFNativeData
- byteToLong(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of long
- byteToLong(int, int, byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToNumber(byte[], Object) - Static method in class hdf.hdf5lib.HDFNativeData
-
Create a Number object from an array of bytes.
- byteToNumber(byte[], Object) - Method in class hdf.hdflib.HDFNativeData
- byteToShort(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert an array of bytes into an array of shorts
- byteToShort(byte[]) - Static method in class hdf.hdflib.HDFNativeData
- byteToShort(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert 2 bytes from an array of bytes into a single short
- byteToShort(byte[], int) - Static method in class hdf.hdflib.HDFNativeData
- byteToShort(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of bytes into an array of short
- byteToShort(int, int, byte[]) - Static method in class hdf.hdflib.HDFNativeData
C
- callback(byte[], byte[], long) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_compare_func_cb
- callback(byte[], int, int, long[], H5D_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5D_iterate_cb
- callback(int, int, H5P_cls_copy_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_copy_func_cb
- callback(int, H5P_cls_close_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_close_func_cb
- callback(int, H5P_cls_create_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_create_func_cb
- callback(int, H5E_error2_t, H5E_walk_t) - Method in interface hdf.hdf5lib.callbacks.H5E_walk_cb
- callback(int, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_delete_func_cb
- callback(int, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_get_func_cb
- callback(int, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_set_func_cb
- callback(int, String, H5P_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5P_iterate_cb
- callback(int, String, H5A_info_t, H5A_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5A_iterate_cb
- callback(int, String, H5L_info_t, H5L_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5L_iterate_cb
- callback(int, String, H5O_info_t, H5O_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5O_iterate_cb
- callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_close_func_cb
- callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_copy_func_cb
- callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_create_func_cb
- Callbacks - Interface in hdf.hdf5lib.callbacks
-
All callback definitions must derive from this interface.
- CHAR16 - Static variable in class hdf.hdflib.HDFConstants
- CHAR8 - Static variable in class hdf.hdflib.HDFConstants
- chunk_lengths - Variable in class hdf.hdflib.HDFChunkInfo
- chunk_lengths - Variable in class hdf.hdflib.HDFNBITChunkInfo
- cinfo - Variable in class hdf.hdflib.HDFChunkInfo
- close_trace_file - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- cls_id - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- COMP_CODE_DEFLATE - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_INVALID - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_JPEG - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_NBIT - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_NONE - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_RLE - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_SKPHUFF - Static variable in class hdf.hdflib.HDFConstants
- COMP_CODE_SZIP - Static variable in class hdf.hdflib.HDFConstants
- COMP_IMCOMP - Static variable in class hdf.hdflib.HDFConstants
- COMP_JPEG - Static variable in class hdf.hdflib.HDFConstants
- COMP_NONE - Static variable in class hdf.hdflib.HDFConstants
- COMP_RLE - Static variable in class hdf.hdflib.HDFConstants
- comp_type - Variable in class hdf.hdflib.HDFChunkInfo
- corder - Variable in class hdf.hdf5lib.structs.H5A_info_t
- corder - Variable in class hdf.hdf5lib.structs.H5L_info_t
- corder_valid - Variable in class hdf.hdf5lib.structs.H5A_info_t
- corder_valid - Variable in class hdf.hdf5lib.structs.H5L_info_t
- cset - Variable in class hdf.hdf5lib.structs.H5A_info_t
- cset - Variable in class hdf.hdf5lib.structs.H5L_info_t
- ctime - Variable in class hdf.hdf5lib.structs.H5O_info_t
- ctype - Variable in class hdf.hdflib.HDFChunkInfo
- ctype - Variable in class hdf.hdflib.HDFCompInfo
- ctype - Variable in class hdf.hdflib.HDFNewCompInfo
- ctype - Variable in class hdf.hdflib.HDFOldCompInfo
D
- data_size - Variable in class hdf.hdf5lib.structs.H5A_info_t
- decr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- defineDataObject(int, int) - Static method in class hdf.hdflib.HDFNativeData
-
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'dataType' numbers.
- desc - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- detailMessage - Variable in exception hdf.hdf5lib.exceptions.HDF5Exception
- DF_FORWARD - Static variable in class hdf.hdflib.HDFConstants
- DF24addimage(String, byte[], int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24addimage(String, Object, int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24getdims(String, int[]) - Static method in class hdf.hdflib.HDFLibrary
- DF24getimage(String, byte[], int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24getimage(String, Object, int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24lastref() - Static method in class hdf.hdflib.HDFLibrary
- DF24nimages(String) - Static method in class hdf.hdflib.HDFLibrary
- DF24putimage(String, byte[], int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24putimage(String, Object, int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24readref(String, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24reqil(int) - Static method in class hdf.hdflib.HDFLibrary
- DF24restart() - Static method in class hdf.hdflib.HDFLibrary
- DF24setcompress(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- DF24setdims(int, int) - Static method in class hdf.hdflib.HDFLibrary
- DF24setil(int) - Static method in class hdf.hdflib.HDFLibrary
- DFACC_CREATE - Static variable in class hdf.hdflib.HDFConstants
- DFACC_DEFAULT - Static variable in class hdf.hdflib.HDFConstants
- DFACC_PARALLEL - Static variable in class hdf.hdflib.HDFConstants
- DFACC_RDONLY - Static variable in class hdf.hdflib.HDFConstants
- DFACC_RDWR - Static variable in class hdf.hdflib.HDFConstants
- DFACC_READ - Static variable in class hdf.hdflib.HDFConstants
- DFACC_SERIAL - Static variable in class hdf.hdflib.HDFConstants
- DFACC_WRITE - Static variable in class hdf.hdflib.HDFConstants
- DFANaddfds(int, String, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANaddfid(int, String) - Static method in class hdf.hdflib.HDFDeprecated
- DFANclear() - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetdesc(String, short, short, String[], int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetdesclen(String, short, short) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetfds(int, String[], int, boolean) - Method in class hdf.hdflib.HDFDeprecated
- DFANgetfds(int, String[], int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetfdslen(int, boolean) - Method in class hdf.hdflib.HDFDeprecated
- DFANgetfdslen(int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetfid(int, String[], int, boolean) - Method in class hdf.hdflib.HDFDeprecated
- DFANgetfid(int, String[], int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetfidlen(int, boolean) - Method in class hdf.hdflib.HDFDeprecated
- DFANgetfidlen(int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetlabel(String, short, short, String[], int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANgetlablen(String, short, short) - Static method in class hdf.hdflib.HDFDeprecated
- DFANlablist(String, short, short[], String[], int, int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANlastref() - Static method in class hdf.hdflib.HDFDeprecated
- DFANputdesc(String, short, short, String, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFANputlabel(String, short, short, String) - Static method in class hdf.hdflib.HDFDeprecated
- DFIL_LINE - Static variable in class hdf.hdflib.HDFConstants
- DFIL_PIXEL - Static variable in class hdf.hdflib.HDFConstants
- DFIL_PLANE - Static variable in class hdf.hdflib.HDFConstants
- DFKNTsize(int) - Static method in class hdf.hdflib.HDFLibrary
- DFNT_CHAR - Static variable in class hdf.hdflib.HDFConstants
- DFNT_CHAR16 - Static variable in class hdf.hdflib.HDFConstants
-
No supported by HDF
- DFNT_CHAR8 - Static variable in class hdf.hdflib.HDFConstants
-
char
- DFNT_CUSTOM - Static variable in class hdf.hdflib.HDFConstants
- DFNT_DOUBLE - Static variable in class hdf.hdflib.HDFConstants
- DFNT_FLOAT - Static variable in class hdf.hdflib.HDFConstants
- DFNT_FLOAT128 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_FLOAT32 - Static variable in class hdf.hdflib.HDFConstants
-
float
- DFNT_FLOAT64 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_HDF - Static variable in class hdf.hdflib.HDFConstants
- DFNT_INT128 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_INT16 - Static variable in class hdf.hdflib.HDFConstants
-
short
- DFNT_INT32 - Static variable in class hdf.hdflib.HDFConstants
-
interger
- DFNT_INT64 - Static variable in class hdf.hdflib.HDFConstants
-
No supported
- DFNT_INT8 - Static variable in class hdf.hdflib.HDFConstants
-
8-bit integer
- DFNT_LITEND - Static variable in class hdf.hdflib.HDFConstants
- DFNT_MASK - Static variable in class hdf.hdflib.HDFConstants
- DFNT_NATIVE - Static variable in class hdf.hdflib.HDFConstants
- DFNT_UCHAR - Static variable in class hdf.hdflib.HDFConstants
- DFNT_UCHAR16 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_UCHAR8 - Static variable in class hdf.hdflib.HDFConstants
-
unsigned char
- DFNT_UINT128 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_UINT16 - Static variable in class hdf.hdflib.HDFConstants
-
unsigned interger
- DFNT_UINT32 - Static variable in class hdf.hdflib.HDFConstants
-
unsigned interger
- DFNT_UINT64 - Static variable in class hdf.hdflib.HDFConstants
- DFNT_UINT8 - Static variable in class hdf.hdflib.HDFConstants
-
unsigned 8-bit interger
- DFPaddpal(String, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- DFPgetpal(String, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- DFPlastref() - Static method in class hdf.hdflib.HDFLibrary
- DFPnpals(String) - Static method in class hdf.hdflib.HDFLibrary
- DFPputpal(String, byte[], boolean, String) - Static method in class hdf.hdflib.HDFLibrary
- DFPputpal(String, byte[], int, String) - Static method in class hdf.hdflib.HDFLibrary
- DFPreadref(String, short) - Static method in class hdf.hdflib.HDFLibrary
- DFPrestart() - Static method in class hdf.hdflib.HDFLibrary
- DFPwriteref(String, short) - Static method in class hdf.hdflib.HDFLibrary
- DFR8addimage(String, byte[], int, int, short) - Static method in class hdf.hdflib.HDFLibrary
- DFR8addimage(String, Object, int, int, short) - Static method in class hdf.hdflib.HDFLibrary
- DFR8getdims(String, int[], boolean[]) - Static method in class hdf.hdflib.HDFLibrary
- DFR8getimage(String, byte[], int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- DFR8getimage(String, Object, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- DFR8getpalref(short[]) - Static method in class hdf.hdflib.HDFLibrary
- DFR8lastref() - Static method in class hdf.hdflib.HDFLibrary
- DFR8nimages(String) - Static method in class hdf.hdflib.HDFLibrary
- DFR8putimage(String, byte[], int, int, short) - Static method in class hdf.hdflib.HDFLibrary
- DFR8putimage(String, Object, int, int, short) - Static method in class hdf.hdflib.HDFLibrary
- DFR8readref(String, int) - Static method in class hdf.hdflib.HDFLibrary
- DFR8restart() - Static method in class hdf.hdflib.HDFLibrary
- DFR8setcompress(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
-
DFR8setcompress sets compression scheme for 8-bit image
- DFR8setpalette(byte[]) - Static method in class hdf.hdflib.HDFLibrary
- DFR8writeref(String, short) - Static method in class hdf.hdflib.HDFLibrary
- DFREF_NONE - Static variable in class hdf.hdflib.HDFConstants
- DFREF_WILDCARD - Static variable in class hdf.hdflib.HDFConstants
- DFS_MAXLEN - Static variable in class hdf.hdflib.HDFConstants
- DFSDadddata(String, int, int[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDadddata(String, int, int[], Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDclear() - Static method in class hdf.hdflib.HDFDeprecated
- DFSDendslab() - Static method in class hdf.hdflib.HDFDeprecated
- DFSDendslice() - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetcal(double[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdata(String, int[], int[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdata(String, int[], int[], Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDgetdatalen(int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdatastrs(String[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdimlen(int, int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdims(String, int[], int[], int) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdimscale(int, int, byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetdimscale(int, int, Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDgetdimstrs(int, String[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetfillvalue(byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetfillvalue(Object[]) - Method in class hdf.hdflib.HDFDeprecated
- DFSDgetNT(int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetrange(byte[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetrange(double[]) - Method in class hdf.hdflib.HDFDeprecated
- DFSDgetslice(String, int[], int[], byte[], int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDgetslice(String, int[], int[], Object, int[]) - Method in class hdf.hdflib.HDFDeprecated
- DFSDlastref() - Static method in class hdf.hdflib.HDFDeprecated
- DFSDndatasets(String) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDpre32sdg(String, short, boolean) - Method in class hdf.hdflib.HDFDeprecated
- DFSDpre32sdg(String, short, int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDputdata(String, int, int[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDputdata(String, int, int[], Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDputslice(int[], byte[], int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDputslice(int[], Object, int[]) - Method in class hdf.hdflib.HDFDeprecated
- DFSDreadref(String, short) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDreadslab(String, int[], int[], int[], byte[], int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDreadslab(String, int[], int[], int[], Object, int[]) - Method in class hdf.hdflib.HDFDeprecated
- DFSDrestart() - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetcal(double, double, double, double, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetdatastrs(String, String, String, String) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetdims(int, int[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetdimscale(int, int, byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetdimscale(int, int, Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDsetdimstrs(int, String, String, String) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetfillvalue(Object) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetlengths(int, int, int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetNT(int) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetrange(byte[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDsetrange(Object, Object) - Method in class hdf.hdflib.HDFDeprecated
- DFSDstartslab(String) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDstartslice(String) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDwriteref(String, short) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDwriteslab(int[], int[], int[], byte[]) - Static method in class hdf.hdflib.HDFDeprecated
- DFSDwriteslab(int[], int[], int[], Object) - Method in class hdf.hdflib.HDFDeprecated
- DFTAG_AR - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_BREQ - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CAL - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CCN - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CFM - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CHUNK - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CHUNKED - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CI - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_CI8 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_COMPRESSED - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_DIA - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_DIL - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_DRAW - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_EREQ - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_FD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_FID - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_FREE - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_FV - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_GREYJPEG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_GREYJPEG5 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_ID - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_ID8 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_II8 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_IMC - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_IMCOMP - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_IP8 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_JPEG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_JPEG5 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_LD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_LINKED - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_LUT - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_MA - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_MD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_MT - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_MTO - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_NDG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_NRI - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_NT - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_NULL - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_RI - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_RI8 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_RIG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_RLE - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_RUN - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDC - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDF - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDL - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDLNK - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDM - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDRAG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDS - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDT - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_SDU - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_T105 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_T14 - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_TD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_TID - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VERSION - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VG - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VH - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VLINKED - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VLINKED_DATA - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_VS - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_WILDCARD - Static variable in class hdf.hdflib.HDFConstants
- DFTAG_XYP - Static variable in class hdf.hdflib.HDFConstants
- DFUfptoimage(int, int, float, float, float[], float[], float[], byte[], String, int, int, int, int) - Static method in class hdf.hdflib.HDFDeprecated
- DIM_VALS - Static variable in class hdf.hdflib.HDFConstants
- DIM_VALS01 - Static variable in class hdf.hdflib.HDFConstants
- dirty_bytes_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- doubleToByte(double) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single double into an array of 8 bytes.
- doubleToByte(double) - Static method in class hdf.hdflib.HDFNativeData
- doubleToByte(int, int, double[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of double into an array of bytes.
- doubleToByte(int, int, double[]) - Static method in class hdf.hdflib.HDFNativeData
- doubleToByte(Double) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Double object into an array of 8 bytes.
E
- empty_reserve - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- emptyBytes() - Method in class hdf.hdf5lib.HDFArray
-
Allocate a one-dimensional array of bytes sufficient to store the array.
- emptyBytes() - Method in class hdf.hdflib.HDFArray
- epoch_length - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- epochs_before_eviction - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- equals(Object) - Method in class hdf.hdf5lib.HDF5GroupInfo
-
The fileno and objno fields contain four values which uniquely identify an object among those HDF5 files.
- evictions_enabled - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
F
- FAIL - Static variable in class hdf.hdflib.HDFConstants
-
FAIL
- file_name - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- fileno - Variable in class hdf.hdf5lib.structs.H5O_info_t
- fill_one - Variable in class hdf.hdflib.HDFNBITChunkInfo
- fill_one - Variable in class hdf.hdflib.HDFNBITCompInfo
- flags - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- flash_incr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- flash_multiple - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- flash_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- FLOAT128 - Static variable in class hdf.hdflib.HDFConstants
- FLOAT32 - Static variable in class hdf.hdflib.HDFConstants
- FLOAT64 - Static variable in class hdf.hdflib.HDFConstants
- floatToByte(float) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single float into an array of 4 bytes.
- floatToByte(float) - Static method in class hdf.hdflib.HDFNativeData
- floatToByte(int, int, float[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of float into an array of bytes.
- floatToByte(int, int, float[]) - Static method in class hdf.hdflib.HDFNativeData
- floatToByte(Float) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Float object into an array of 4 bytes.
- force_baseline - Variable in class hdf.hdflib.HDFJPEGCompInfo
- FULL_INTERLACE - Static variable in class hdf.hdflib.HDFConstants
-
interlacing supported by the vset.
- func_name - Variable in class hdf.hdf5lib.structs.H5E_error2_t
G
- getFileno() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getJHIVersion() - Static method in class hdf.hdflib.HDFLibrary
-
Deprecated.
- getLinklen() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getMajorErrorNumber() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Get the major error number of the first error on the HDF5 library error stack.
- getMessage() - Method in exception hdf.hdf5lib.exceptions.HDF5Exception
-
Returns the detail message of this exception
- getMessage() - Method in exception hdf.hdflib.HDFException
- getMessage() - Method in exception hdf.hdflib.HDFJavaException
- getMessage() - Method in exception hdf.hdflib.HDFLibraryException
- getMessage() - Method in exception hdf.hdflib.HDFNotImplementedException
- getMinorError(int) - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Return a error message for the minor error number.
- getMinorErrorNumber() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Get the minor error number of the first error on the HDF5 library error stack.
- getMtime() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getNlink() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getObjno() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getOID() - Method in class hdf.hdf5lib.HDF5GroupInfo
-
Returns the object id.
- getOpenID(int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.This no longer returns useful information due to internal code changes.
- getOpenIDCount() - Static method in class hdf.hdf5lib.H5
-
Get number of open IDs.
- getOpenIDs() - Static method in class hdf.hdf5lib.H5
-
Get the open IDs
- getType() - Method in class hdf.hdf5lib.HDF5GroupInfo
- getType(int) - Static method in class hdf.hdflib.HDFConstants
-
convert number type to string type
- getType(String) - Static method in class hdf.hdflib.HDFConstants
-
convert string type to number type
- getTypeSize(int) - Static method in class hdf.hdflib.HDFConstants
-
gets the size of the data type in bytes, e.g size of DFNT_FLOAT32 = 4
- GR - Static variable in class hdf.hdflib.HDFConstants
- GR_NAME - Static variable in class hdf.hdflib.HDFConstants
- GRattrinfo(int, int, String[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRcreate(int, String, int, int, int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRend(int) - Static method in class hdf.hdflib.HDFLibrary
- GRendaccess(int) - Static method in class hdf.hdflib.HDFLibrary
- GRfileinfo(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRfindattr(int, String) - Static method in class hdf.hdflib.HDFLibrary
- GRgetattr(int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRgetattr(int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- GRgetchunkinfo(int, HDFChunkInfo, int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRgetcompinfo(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- GRgetcompress(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- GRgetiminfo(int, String[], int[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRgetlutid(int, int) - Static method in class hdf.hdflib.HDFLibrary
- GRgetlutinfo(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- GRgetnluts(int) - Static method in class hdf.hdflib.HDFLibrary
- GRidtoref(int) - Static method in class hdf.hdflib.HDFLibrary
- GRluttoref(int) - Static method in class hdf.hdflib.HDFLibrary
- GRnametoindex(int, String) - Static method in class hdf.hdflib.HDFLibrary
- GRreadchunk(int, int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRreadchunk(int, int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- GRreadimage(int, int[], int[], int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRreadimage(int, int[], int[], int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- GRreadlut(int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRreadlut(int, Object) - Static method in class hdf.hdflib.HDFLibrary
- GRreftoindex(int, short) - Static method in class hdf.hdflib.HDFLibrary
- GRreqimageil(int, int) - Static method in class hdf.hdflib.HDFLibrary
- GRreqlutil(int, int) - Static method in class hdf.hdflib.HDFLibrary
- GRselect(int, int) - Static method in class hdf.hdflib.HDFLibrary
- GRsetattr(int, String, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRsetattr(int, String, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- GRsetattr(int, String, int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- GRsetchunk(int, HDFChunkInfo, int) - Static method in class hdf.hdflib.HDFLibrary
- GRsetchunkcache(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- GRsetcompress(int, int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- GRsetexternalfile(int, String, int) - Static method in class hdf.hdflib.HDFLibrary
- GRstart(int) - Static method in class hdf.hdflib.HDFLibrary
- GRwriteimage(int, int[], int[], int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRwriteimage(int, int[], int[], int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- GRwritelut(int, int, int, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- GRwritelut(int, int, int, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
H
- H4_LIBRARY_NAME_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFLibrary
- H45PATH_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFDeprecated
- H5 - Class in hdf.hdf5lib
-
This class is the Java interface for the HDF5 library.
- H5() - Constructor for class hdf.hdf5lib.H5
- H5_ih_info_t - Class in hdf.hdf5lib.structs
- H5_INDEX_CRT_ORDER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_INDEX_N - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_INDEX_NAME - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_INDEX_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_ITER_DEC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_ITER_INC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_ITER_N - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_ITER_NATIVE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_ITER_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
- 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
- H5_SZIP_CHIP_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_SZIP_EC_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_SZIP_MAX_PIXELS_PER_BLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5_SZIP_NN_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5A_info_t - Class in hdf.hdf5lib.structs
- H5A_iterate_cb - Interface in hdf.hdf5lib.callbacks
- H5A_iterate_t - Interface in hdf.hdf5lib.callbacks
- H5AC_cache_config_t - Class in hdf.hdf5lib.structs
- H5AC_cache_config_t(int, boolean, boolean, boolean, String, boolean, boolean, long, double, long, long, long, int, double, double, boolean, long, int, double, double, int, double, double, boolean, long, int, boolean, double, int, int) - Constructor for class hdf.hdf5lib.structs.H5AC_cache_config_t
- H5AC_CURR_CACHE_CONFIG_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
- H5AC_MAX_TRACE_FILE_NAME_LEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Aclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Aclose terminates access to the attribute specified by its identifier, attr_id.
- H5Acopy(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Acopy copies the content of one attribute to another.
- H5Acreate(int, String, int, int, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Acreate(int, String, int, int, int, int)
- H5Acreate(int, String, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Acreate creates an attribute, attr_name, which is attached to the object specified by the identifier loc_id.
- H5Acreate_by_name(int, String, String, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Acreate_by_name creates an attribute, attr_name, which is attached to the object specified by loc_id and obj_name.
- H5Adelete(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Adelete removes the attribute specified by its name, name, from a dataset, group, or named datatype.
- H5Adelete_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Adelete_by_idx removes an attribute, specified by its location in an index, from an object.
- H5Adelete_by_name(int, String, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Adelete_by_name removes the attribute attr_name from an object specified by location and name, loc_id and obj_name, respectively.
- H5Aexists(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Aexists determines whether the attribute attr_name exists on the object specified by obj_id.
- H5Aexists_by_name(int, String, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Aexists_by_name determines whether the attribute attr_name exists on an object.
- H5Aget_create_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_create_plist retrieves a copy of the attribute creation property list identifier.
- H5Aget_info(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_info retrieves attribute information, by attribute identifier.
- H5Aget_info_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_info_by_idx Retrieves attribute information, by attribute index position.
- H5Aget_info_by_name(int, String, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_info_by_name Retrieves attribute information, by attribute name.
- H5Aget_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_name retrieves the name of an attribute specified by the identifier, attr_id.
- H5Aget_name_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_name_by_idx retrieves the name of an attribute that is attached to an object, which is specified by its location and name, loc_id and obj_name, respectively.
- H5Aget_num_attrs(int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Oget_info(int )
- H5Aget_space(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_space retrieves a copy of the dataspace for an attribute.
- H5Aget_storage_size(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_storage_size returns the amount of storage that is required for the specified attribute, attr_id.
- H5Aget_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Aget_type retrieves a copy of the datatype for an attribute.
- H5Aiterate(int, int, int, long, H5A_iterate_cb, H5A_iterate_t) - Static method in class hdf.hdf5lib.H5
-
H5Aiterate2 iterates over the attributes attached to a dataset, named datatype, or group, as specified by obj_id.
- H5Aiterate_by_name(int, String, int, int, long, H5A_iterate_cb, H5A_iterate_t, int) - Static method in class hdf.hdf5lib.H5
-
H5Aiterate_by_name iterates over the attributes attached to the dataset or group specified with loc_id and obj_name.
- H5Aopen(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Aopen opens an existing attribute, attr_name, that is attached to an object specified an object identifier, object_id.
- H5Aopen_by_idx(int, String, int, int, long, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Aopen_by_idx opens an existing attribute that is attached to an object specified by location and name, loc_id and obj_name, respectively
- H5Aopen_by_name(int, String, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Aopen_by_name Opens an attribute for an object by object name and attribute name
- H5Aopen_idx(int, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Aopen_by_idx(int, String, int, int, long, int, int)
- H5Aopen_name(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Aopen_by_name(int, String, String, int, int)
- H5Aread(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Aread reads an attribute, specified with attr_id.
- H5Aread(int, int, Object) - Static method in class hdf.hdf5lib.H5
-
H5Aread reads an attribute, specified with attr_id.
- H5AreadComplex(int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5AreadVL(int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5Arename(int, String, String) - Static method in class hdf.hdf5lib.H5
-
H5Arename changes the name of attribute that is attached to the object specified by loc_id.
- H5Arename_by_name(int, String, String, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Arename_by_name changes the name of attribute that is attached to the object specified by loc_id and obj_name.
- H5Awrite(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Awrite writes an attribute, specified with attr_id.
- H5Awrite(int, int, Object) - Static method in class hdf.hdf5lib.H5
-
H5Awrite writes an attribute, specified with attr_id.
- H5AwriteVL(int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5C_decr_age_out - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_decr_age_out_with_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_decr_off - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_decr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_flash_incr_add_space - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_flash_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
- H5C_incr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
- H5check_version(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5check_version verifies that the arguments match the version numbers compiled into the library.
- H5close() - Static method in class hdf.hdf5lib.H5
-
H5close flushes all data to disk, closes all file identifiers, and cleans up all memory used by the library.
- 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_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_iterate_cb - Interface in hdf.hdf5lib.callbacks
- H5D_iterate_t - Interface in hdf.hdf5lib.callbacks
- 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
- H5Dclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Dclose ends access to a dataset specified by dataset_id and releases resources used by it.
- H5Dcopy(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Dcopy copies the content of one dataset to another dataset.
- H5Dcreate(int, String, int, int, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Dcreate(int, String, int, int, int, int, int)
- H5Dcreate(int, String, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Dcreate creates a new dataset named name at the location specified by loc_id.
- H5Dcreate_anon(int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Dcreate_anon creates a dataset in the file specified by loc_id.
- H5Dextend(int, byte[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Dset_extent(int, long[])
- H5Dextend(int, long[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Dset_extent(int, long[])
- H5Dfill(byte[], int, byte[], int, int) - Static method in class hdf.hdf5lib.H5
-
H5Dfill explicitly fills the dataspace selection in memory, space_id, with the fill value specified in fill.
- H5Dget_access_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_access_plist returns an identifier for a copy of the dataset access property list for a dataset.
- H5Dget_create_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_create_plist returns an identifier for a copy of the dataset creation property list for a dataset.
- H5Dget_offset(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_offset returns the address in the file of the dataset dset_id.
- H5Dget_space(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_space returns an identifier for a copy of the dataspace for a dataset.
- H5Dget_space_status(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_space_status determines whether space has been allocated for the dataset dset_id.
- H5Dget_space_status(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Dget_space_status determines whether space has been allocated for the dataset dset_id.
- H5Dget_storage_size(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_storage_size returns the amount of storage that is required for the dataset.
- H5Dget_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Dget_type returns an identifier for a copy of the datatype for a dataset.
- H5Diterate(byte[], int, int, H5D_iterate_cb, H5D_iterate_t) - Static method in class hdf.hdf5lib.H5
-
H5Diterate iterates over all the data elements in the memory buffer buf, executing the callback function operator once for each such data element.
- H5Dopen(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Dopen(int, String, int)
- H5Dopen(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Dopen opens the existing dataset specified by a location identifier and name, loc_id and name, respectively.
- H5Dread(int, int, int, int, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Dread(int, int, int, int, int, byte[], boolean) - Static method in class hdf.hdf5lib.H5
-
H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application memory buffer buf.
- H5Dread(int, int, int, int, int, Object) - Static method in class hdf.hdf5lib.H5
- H5Dread(int, int, int, int, int, Object, boolean) - Static method in class hdf.hdf5lib.H5
-
H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
- H5Dread_double(int, int, int, int, int, double[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_double(int, int, int, int, int, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_float(int, int, int, int, int, float[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_float(int, int, int, int, int, float[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_int(int, int, int, int, int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_int(int, int, int, int, int, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_long(int, int, int, int, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_long(int, int, int, int, int, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_reg_ref(int, int, int, int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_reg_ref_data(int, int, int, int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_short(int, int, int, int, int, short[]) - Static method in class hdf.hdf5lib.H5
- H5Dread_short(int, int, int, int, int, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dread_string(int, int, int, int, int, String[]) - Static method in class hdf.hdf5lib.H5
- H5DreadVL(int, int, int, int, int, Object[]) - Static method in class hdf.hdf5lib.H5
- H5Dset_extent(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Dset_extent sets the current dimensions of the chunked dataset dset_id to the sizes specified in size.
- H5Dvlen_get_buf_size(int, int, int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Dvlen_get_buf_size_long(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Dvlen_get_buf_size determines the number of bytes required to store the VL data from the dataset, using the space_id for the selection in the dataset on disk and the type_id for the memory representation of the VL data in memory.
- H5Dvlen_reclaim(int, int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Dvlen_reclaim reclaims buffer used for VL data.
- H5Dwrite(int, int, int, int, int, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(int, int, int, int, int, byte[], boolean) - Static method in class hdf.hdf5lib.H5
-
H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
- H5Dwrite(int, int, int, int, int, Object) - Static method in class hdf.hdf5lib.H5
- H5Dwrite(int, int, int, int, int, Object, boolean) - Static method in class hdf.hdf5lib.H5
-
H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
- H5Dwrite_double(int, int, int, int, int, double[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_double(int, int, int, int, int, double[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_float(int, int, int, int, int, float[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_float(int, int, int, int, int, float[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_int(int, int, int, int, int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_int(int, int, int, int, int, int[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_long(int, int, int, int, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_long(int, int, int, int, int, long[], boolean) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_short(int, int, int, int, int, short[]) - Static method in class hdf.hdf5lib.H5
- H5Dwrite_short(int, int, int, int, int, short[], boolean) - Static method in class hdf.hdf5lib.H5
- H5DwriteString(int, int, int, int, int, String[]) - Static method in class hdf.hdf5lib.H5
-
H5DwriteString writes a (partial) variable length String dataset, specified by its identifier dataset_id, from the application memory buffer buf into the file.
- H5E_ALIGNMENT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_ALREADYEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_ALREADYINIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_ARGS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_ATOM - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADATOM - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADFILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADGROUP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADMESG - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADRANGE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BADVALUE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CACHE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CALLBACK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANAPPLY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCLIP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCLOSEFILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCONVERT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCOPY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTCREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTDEC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTDECODE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTDELETE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTENCODE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTFLUSH - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTFREE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTGET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTINC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTINIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTINSERT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTLIST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTLOAD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTNEXT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTOPENFILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTOPENOBJ - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTREGISTER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTRELEASE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTSET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTSPLIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CANTUNLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_CLOSEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_COMPLEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_DATASPACE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_DUPCLASS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_EFL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_error2_t - Class in hdf.hdf5lib.structs
- H5E_EXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_FCNTL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_FILEEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_FILEOPEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_FUNC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_HEAP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_INTERNAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_IO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_LINK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_LINKCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_MOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_MPI - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_MPIERRSTR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOFILTER - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOIDS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NONE_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NONE_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOSPACE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOTCACHED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOTFOUND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_NOTHDF5 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_OHDR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_OVERFLOW - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_PLINE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_PLIST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_PROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_READERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_RESOURCE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_RS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_SEEKERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_SETLOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_STORAGE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_SYM - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_TRUNCATED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_TST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_UNINITIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_UNSUPPORTED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_VFL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_walk_cb - Interface in hdf.hdf5lib.callbacks
- H5E_WALK_DOWNWARD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_walk_t - Interface in hdf.hdf5lib.callbacks
- H5E_WALK_UPWARD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5E_WRITEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Eauto_is_v2(int) - Static method in class hdf.hdf5lib.H5
-
H5Eauto_is_v2 determines whether the error auto reporting function for an error stack conforms to the H5E_auto2_t typedef or the H5E_auto1_t typedef.
- H5Eclear() - Static method in class hdf.hdf5lib.H5
-
H5Eclear clears the error stack for the current thread.
- H5Eclear(int) - Static method in class hdf.hdf5lib.H5
-
H5Eclear clears the error stack specified by estack_id, or, if estack_id is set to H5E_DEFAULT, the error stack for the current thread.
- H5Eclear2(int) - Static method in class hdf.hdf5lib.H5
-
H5Eclear2 clears the error stack specified by estack_id, or, if estack_id is set to H5E_DEFAULT, the error stack for the current thread.
- H5Eclose_msg(int) - Static method in class hdf.hdf5lib.H5
-
H5Eclose_msg closes an error message identifier, which can be either a major or minor message.
- H5Eclose_stack(int) - Static method in class hdf.hdf5lib.H5
-
H5Eclose_stack closes the object handle for an error stack and releases its resources.
- H5Ecreate_msg(int, int, String) - Static method in class hdf.hdf5lib.H5
-
H5Ecreate_msg adds an error message to an error class defined by client library or application program.
- H5Ecreate_stack() - Static method in class hdf.hdf5lib.H5
-
H5Ecreate_stack creates a new empty error stack and returns the new stack's identifier.
- H5Eget_class_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Eget_class_name retrieves the name of the error class specified by the class identifier.
- H5Eget_current_stack() - Static method in class hdf.hdf5lib.H5
-
H5Eget_current_stack copies the current error stack and returns an error stack identifier for the new copy.
- H5Eget_msg(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Eget_msg retrieves the error message including its length and type.
- H5Eget_num(int) - Static method in class hdf.hdf5lib.H5
-
H5Eget_num retrieves the number of error records in the error stack specified by estack_id (including major, minor messages and description).
- H5Epop(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Epop deletes the number of error records specified in count from the top of the error stack specified by estack_id (including major, minor messages and description).
- H5Eprint1(Object) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Eprint2(int, Object)
- H5Eprint2(int, Object) - Static method in class hdf.hdf5lib.H5
-
H5Eprint2 prints the error stack specified by estack_id on the specified stream, stream.
- H5Epush(int, String, String, int, int, int, int, String) - Static method in class hdf.hdf5lib.H5
-
H5Epush2 pushes a new error record onto the error stack specified by estack_id.
- H5Epush2(int, String, String, int, int, int, int, String) - Static method in class hdf.hdf5lib.H5
- H5Eregister_class(String, String, String) - Static method in class hdf.hdf5lib.H5
-
H5Eregister_class registers a client library or application program to the HDF5 error API so that the client library or application program can report errors together with HDF5 library.
- H5error_off() - Static method in class hdf.hdf5lib.H5
-
Turn off error handling By default, the C library prints the error stack of the HDF-5 C library on stdout.
- H5Eset_current_stack(int) - Static method in class hdf.hdf5lib.H5
-
H5Eset_current_stack replaces the content of the current error stack with a copy of the content of the error stack specified by estack_id.
- H5Eunregister_class(int) - Static method in class hdf.hdf5lib.H5
-
H5Eunregister_class removes the error class specified by class_id.
- H5Ewalk(int, int, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
-
H5Ewalk walks the error stack specified by estack_id for the current thread and calls the function specified in func for each error along the way.
- H5Ewalk2(int, int, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
- H5export_dataset(String, String, String, int) - Static method in class hdf.hdf5lib.H5
-
H5export_dataset is a utility function to save data in a file.
- H5F_ACC_CREAT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_ACC_DEBUG - 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_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_info_t - Class in hdf.hdf5lib.structs
- H5F_info_t(long, long, H5_ih_info_t) - Constructor for class hdf.hdf5lib.structs.H5F_info_t
- H5F_LIBVER_EARLIEST - Static variable in class hdf.hdf5lib.HDF5Constants
- H5F_LIBVER_LATEST - 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(int) - Static method in class hdf.hdf5lib.H5
-
H5Fclear_elink_file_cache evicts all the cached child files in the specified file's external file cache, causing them to be closed if there is nothing else holding them open.
- H5Fclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Fclose terminates access to an HDF5 file.
- H5Fcreate(String, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fcreate is the primary function for creating HDF5 files.
- 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_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_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(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fflush causes all buffers associated with a file or object to be immediately flushed (written) to disk without removing the data from the (memory) cache.
- H5Fget_access_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_access_plist returns the file access property list identifier of the specified file.
- H5Fget_create_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_create_plist returns a file creation property list identifier identifying the creation properties used to create this file.
- H5Fget_filesize(int) - Static method in class hdf.hdf5lib.H5
- H5Fget_freespace(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_freespace returns the amount of space that is unused by any objects in the file.
- H5Fget_info(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_info returns global information for the file associated with the object identifier obj_id.
- H5Fget_intent(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_intent retrieves the intended access mode flag passed with H5Fopen when the file was opened.
- H5Fget_mdc_hit_rate(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_mdc_hit_rate queries the metadata cache of the target file to obtain its hit rate (cache hits / (cache hits + cache misses)) since the last time hit rate statistics were reset.
- H5Fget_mdc_size(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Fget_mdc_size queries the metadata cache of the target file for the desired size information.
- H5Fget_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_name retrieves the name of the file to which the object obj_id belongs.
- H5Fget_name(int, int) - Static method in class hdf.hdf5lib.H5
- H5Fget_obj_count(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_obj_count returns the number of open object identifiers for the file.
- H5Fget_obj_count_long(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fget_obj_count returns the number of open object identifiers for the file.
- H5Fget_obj_ids(int, int, int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Fget_obj_ids returns the list of identifiers for all open HDF5 objects fitting the specified criteria.
- H5Fget_obj_ids_long(int, int, long, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Fget_obj_ids returns the list of identifiers for all open HDF5 objects fitting the specified criteria.
- H5Fis_hdf5(String) - Static method in class hdf.hdf5lib.H5
-
H5Fis_hdf5 determines whether a file is in the HDF5 format.
- H5Fmount(int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fmount mounts the file specified by child_id onto the group specified by loc_id and name using the mount properties plist_id.
- H5Fopen(String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Fopen opens an existing file and is the primary function for accessing existing HDF5 files.
- H5Freopen(int) - Static method in class hdf.hdf5lib.H5
-
H5Freopen reopens an HDF5 file.
- H5Freset_mdc_hit_rate_stats(int) - Static method in class hdf.hdf5lib.H5
-
H5Freset_mdc_hit_rate_stats resets the hit rate statistics counters in the metadata cache associated with the specified file.
- H5Funmount(int, String) - Static method in class hdf.hdf5lib.H5
-
Given a mount point, H5Funmount dissassociates the mount point's file from the file mounted there.
- H5G_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_info_t - Class in hdf.hdf5lib.structs
- H5G_info_t() - Constructor for class hdf.hdf5lib.structs.H5G_info_t
- H5G_LINK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_LINK_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_LINK_HARD - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_LINK_SOFT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_NLIBTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_NUSERTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_RESERVED_5 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_RESERVED_6 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_RESERVED_7 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_SAME_LOC - Static variable in class hdf.hdf5lib.HDF5Constants
- 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
- H5G_TYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_UDLINK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5G_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5garbage_collect() - Static method in class hdf.hdf5lib.H5
-
H5garbage_collect collects on all free-lists of all types.
- H5Gclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Gclose releases resources used by a group which was opened by a call to H5Gcreate() or H5Gopen().
- H5Gcreate(int, String, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Gcreate creates a new group with the specified name at the specified location, loc_id.
- H5Gcreate(int, String, long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Gcreate(int, String, int, int, int)
- H5Gcreate_anon(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Gcreate_anon creates a new empty group in the file specified by loc_id.
- H5get_libversion(int[]) - Static method in class hdf.hdf5lib.H5
-
H5get_libversion retrieves the major, minor, and release numbers of the version of the HDF library which is linked to the application.
- H5Gget_comment(int, String, int, String[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Oget_comment(int)
- H5Gget_create_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Gget_create_plist returns an identifier for the group creation property list associated with the group specified by group_id.
- H5Gget_info(int) - Static method in class hdf.hdf5lib.H5
-
H5Gget_info retrieves information about the group specified by group_id.
- H5Gget_info_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Gget_info_by_idx retrieves information about a group, according to the group's position within an index.
- H5Gget_info_by_name(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Gget_info_by_name retrieves information about the group group_name located in the file or group specified by loc_id.
- H5Gget_linkval(int, String, int, String[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Lget_val(int, String, String[] , int)
- H5Gget_num_objs(int, long[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Gget_info(int)
- H5Gget_obj_info_all(int, String, String[], int[], int[], long[], int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_all(int, String, String[], int[], int[], long[], long[], int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_all(int, String, String[], int[], long[]) - Static method in class hdf.hdf5lib.H5
-
retrieves information of all objects under the group (name) located in the file or group specified by loc_id.
- H5Gget_obj_info_full(int, String, String[], int[], int[], long[], long[], int, int) - Static method in class hdf.hdf5lib.H5
- H5Gget_obj_info_idx(int, String, int, String[], int[]) - Static method in class hdf.hdf5lib.H5
-
H5Gget_obj_info_idx report the name and type of object with index 'idx' in a Group.
- H5Gget_obj_info_max(int, String[], int[], int[], long[], int) - Static method in class hdf.hdf5lib.H5
-
retrieves information of all objects (recurvisely) under the group (name) located in the file or group specified by loc_id upto maximum specified by objMax.
- H5Gget_objinfo(int, String, boolean, long[], long[], int[], long[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
and #H5Oget_info(int)
- H5Gget_objinfo(int, String, boolean, HDF5GroupInfo) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8
- H5Gget_objname_by_idx(int, long, String[], long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Lget_name_by_idx(int, String, int, int, long, int)
- H5Gget_objtype_by_idx(int, long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Oget_info(int)
- H5Glink(int, int, String, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
and #H5Lcreate_soft(String, int, String, int, int)
- H5Glink2(int, String, int, int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8
- H5Gmove(int, String, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Lmove(int, String, int,String, int, int)
- H5Gn_members(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Gn_members report the number of objects in a Group.
- H5Gn_members_long(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Gn_members report the number of objects in a Group.
- H5Gopen(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Gopen(int, String, int)
- H5Gopen(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Gopen opens an existing group, name, at the location specified by loc_id.
- H5Gset_comment(int, String, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Oset_comment(int, String)
- H5Gunlink(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Ldelete(int, String, int)
- 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
-
H5Iclear_type deletes all identifiers of the type identified by the argument type.
- H5Idec_ref(int) - Static method in class hdf.hdf5lib.H5
- H5Idec_type_ref(int) - Static method in class hdf.hdf5lib.H5
-
H5Idec_type_ref decrements the reference count on an identifier type.
- H5Idestroy_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Idestroy_type deletes an entire identifier type.
- H5Iget_file_id(int) - Static method in class hdf.hdf5lib.H5
- H5Iget_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Iget_name_str retrieves the name of an object specified by the identifier, obj_id.
- H5Iget_name_long(int, String[], long) - Static method in class hdf.hdf5lib.H5
-
Deprecated.
- H5Iget_ref(int) - Static method in class hdf.hdf5lib.H5
- H5Iget_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Iget_type retrieves the type of the object identified by obj_id.
- H5Iget_type_ref(int) - Static method in class hdf.hdf5lib.H5
-
H5Iget_type_ref retrieves the reference count on an ID type.
- H5Iinc_ref(int) - Static method in class hdf.hdf5lib.H5
- H5Iinc_type_ref(int) - Static method in class hdf.hdf5lib.H5
-
H5Iinc_type_ref increments the reference count on an ID type.
- H5Iis_valid(int) - Static method in class hdf.hdf5lib.H5
-
H5Iis_valid indicates if the identifier type specified in obj_id is valid.
- H5Inmembers(int) - Static method in class hdf.hdf5lib.H5
-
H5Inmembers returns the number of identifiers of the identifier type specified in type.
- H5Itype_exists(int) - Static method in class hdf.hdf5lib.H5
-
H5Itype_exists indicates if the identifier type specified in type exists.
- H5L_info_t - Class in hdf.hdf5lib.structs
- H5L_iterate_cb - Interface in hdf.hdf5lib.callbacks
- H5L_iterate_t - Interface in hdf.hdf5lib.callbacks
- 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(int, String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Lcopy copies a link from one location to another.
- H5Lcreate_external(String, String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Lcreate_external creates a new soft link to an external object, which is an object in a different HDF5 file from the location of the link.
- H5Lcreate_hard(int, String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Lcreate_hard creates a new hard link to a pre-existing object in an HDF5 file.
- H5Lcreate_soft(String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Lcreate_soft creates a new soft link to an object in an HDF5 file.
- H5Ldelete(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Ldelete removes the link specified from a group.
- H5Ldelete_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Ldelete_by_idx removes the nth link in a group according to the specified order and in the specified index.
- H5Lexists(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Lexists checks if a link with a particular name exists in a group.
- H5Lget_info(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Lget_info returns information about the specified link.
- H5Lget_info_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Lget_info_by_idx opens a named datatype at the location specified by loc_id and return an identifier for the datatype.
- H5Lget_name_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Lget_name_by_idx retrieves name of the nth link in a group, according to the order within a specified field or index.
- H5Lget_val(int, String, String[], int) - Static method in class hdf.hdf5lib.H5
-
H5Lget_val returns the link value of a symbolic link.
- H5Lget_val_by_idx(int, String, int, int, long, String[], int) - Static method in class hdf.hdf5lib.H5
-
H5Lget_val_by_idx retrieves value of the nth link in a group, according to the order within an index.
- H5Lis_registered(int) - Static method in class hdf.hdf5lib.H5
-
H5Lis_registered tests whether a user-defined link class is currently registered, either by the HDF5 Library or by the user through the use of H5Lregister.
- H5Literate(int, int, int, long, H5L_iterate_cb, H5L_iterate_t) - Static method in class hdf.hdf5lib.H5
-
H5Literate iterates through links in a group.
- H5Literate_by_name(int, String, int, int, long, H5L_iterate_cb, H5L_iterate_t, int) - Static method in class hdf.hdf5lib.H5
-
H5Literate_by_name iterates through links in a group.
- H5Lmove(int, String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Lmove renames a link within an HDF5 file.
- H5Lunregister(int) - Static method in class hdf.hdf5lib.H5
-
H5Lunregister unregisters a class of user-defined links, preventing them from being traversed, queried, moved, etc.
- H5Lvisit(int, int, int, H5L_iterate_cb, H5L_iterate_t) - Static method in class hdf.hdf5lib.H5
-
H5Lvisit recursively visits all links starting from a specified group.
- H5Lvisit_by_name(int, String, int, int, H5L_iterate_cb, H5L_iterate_t, int) - Static method in class hdf.hdf5lib.H5
-
H5Lvisit_by_name recursively visits all links starting from a specified group.
- 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_hdr_info_t - Class in hdf.hdf5lib.structs
- H5O_info_t - Class in hdf.hdf5lib.structs
- H5O_info_t(long, long, int, int, long, long, long, long, long, H5O_hdr_info_t, H5_ih_info_t, H5_ih_info_t) - Constructor for class hdf.hdf5lib.structs.H5O_info_t
- H5O_iterate_cb - Interface in hdf.hdf5lib.callbacks
- H5O_iterate_t - Interface in hdf.hdf5lib.callbacks
- 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
- H5Oclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Oclose closes the group, dataset, or named datatype specified.
- H5Ocopy(int, String, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Ocopy copies the group, dataset or named datatype specified from the file or group specified by source location to the destination location.
- H5Odecr_refcount(int) - Static method in class hdf.hdf5lib.H5
-
H5Odecr_refcount decrements the hard link reference count for an object.
- H5Oexists_by_name(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Oexists_by_name is used by an application to check that an existing link resolves to an object.
- H5Oget_comment(int) - Static method in class hdf.hdf5lib.H5
-
H5Oget_comment retrieves the comment for the specified object.
- H5Oget_comment_by_name(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Oget_comment_by_name retrieves the comment for an object.
- H5Oget_info(int) - Static method in class hdf.hdf5lib.H5
-
H5Oget_info retrieves the metadata for an object specified by an identifier.
- H5Oget_info_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Oget_info_by_idx retrieves the metadata for an object, identifying the object by an index position.
- H5Oget_info_by_name(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Oget_info_by_name retrieves the metadata for an object, identifying the object by location and relative name.
- H5Oincr_refcount(int) - Static method in class hdf.hdf5lib.H5
-
H5Oincr_refcount increments the hard link reference count for an object.
- H5Olink(int, int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Olink creates a new hard link to an object in an HDF5 file.
- H5Oopen(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Oopen opens a group, dataset, or named datatype specified by a location and a path name.
- H5Oopen_by_addr(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Oopen_by_addr opens a group, dataset, or named datatype using its address within an HDF5 file.
- H5Oopen_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Oopen_by_idx opens the nth object in the group specified.
- H5open() - Static method in class hdf.hdf5lib.H5
-
H5open initialize the library.
- H5Oset_comment(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8 in favor of object attributes.
- H5Oset_comment_by_name(int, String, String, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8 in favor of object attributes.
- H5Ovisit(int, int, int, H5O_iterate_cb, H5O_iterate_t) - Static method in class hdf.hdf5lib.H5
-
H5Ovisit recursively visits all objects accessible from a specified object.
- H5Ovisit_by_name(int, String, int, int, H5O_iterate_cb, H5O_iterate_t, int) - Static method in class hdf.hdf5lib.H5
-
H5Ovisit_by_name recursively visits all objects starting from a specified object.
- H5P_ATTRIBUTE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_ATTRIBUTE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_cls_close_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_cls_close_func_t - Interface in hdf.hdf5lib.callbacks
- H5P_cls_copy_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_cls_copy_func_t - Interface in hdf.hdf5lib.callbacks
- H5P_cls_create_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_cls_create_func_t - Interface in hdf.hdf5lib.callbacks
- 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(int, int) - 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_iterate_cb - Interface in hdf.hdf5lib.callbacks
- H5P_iterate_t - Interface in hdf.hdf5lib.callbacks
- 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_NO_CLASS - 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_prp_close_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_compare_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_copy_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_create_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_delete_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_get_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_prp_set_func_cb - Interface in hdf.hdf5lib.callbacks
- H5P_ROOT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5P_STRING_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Pall_filters_avail(int) - Static method in class hdf.hdf5lib.H5
- H5PATH_PROPERTY_KEY - Static variable in class hdf.hdf5lib.H5
- H5Pclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Pclose terminates access to a property list.
- H5Pclose_class(int) - Static method in class hdf.hdf5lib.H5
-
Closes an existing property list class
- H5Pcopy(int) - Static method in class hdf.hdf5lib.H5
-
H5Pcopy copies an existing property list to create a new property list.
- H5Pcopy_prop(int, int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pcopy_prop copies a property from one property list or class to another
- H5Pcreate(int) - Static method in class hdf.hdf5lib.H5
-
H5Pcreate creates a new property as an instance of some property list class.
- H5Pcreate_class_nocb(int, String) - Static method in class hdf.hdf5lib.H5
- H5Pequal(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pequal determines if two property lists or classes are equal
- H5Pexist(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pexist determines whether a property exists within a property list or class
- H5Pfill_value_defined(int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pget retrieves a copy of the value for a property in a property list (support integer only)
- H5Pget_alignment(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_alignment retrieves the current settings for alignment properties from a file access property list.
- H5Pget_alloc_time(int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_attr_creation_order(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_attr_creation_order retrieves the settings for tracking and indexing attribute creation order on an object
- H5Pget_attr_phase_change(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_attr_phase_change retrieves attribute storage phase change thresholds.
- H5Pget_btree_ratios(int, double[], double[], double[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_btree_ratio Get the B-tree split ratios for a dataset transfer property list.
- H5Pget_buffer(int, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
-
HH5Pget_buffer gets type conversion and background buffers.
- H5Pget_buffer_size(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_cache(int, int[], int[], int[], double[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Pget_cache(int, int[], long[], long[], double[])
because of possible loss of precision - H5Pget_cache(int, int[], long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
-
Retrieves the maximum possible number of elements in the meta data cache and the maximum possible number of bytes and the RDCC_W0 value in the raw data chunk cache.
- H5Pget_char_encoding(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_chunk(int, int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_chunk retrieves the size of chunks for the raw data of a chunked layout dataset.
- H5Pget_chunk_cache(int, long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
-
Retrieves the maximum possible number of elements in the meta data cache and the maximum possible number of bytes and the RDCC_W0 value in the raw data chunk cache on a per-datset basis.
- H5Pget_class(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_class returns the property list class for the property list identified by the plist parameter.
- H5Pget_class_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_class_name retrieves the name of a generic property list class
- H5Pget_class_parent(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_class_parent retrieves an identifier for the parent class of a property class
- H5Pget_copy_object(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_copy_object retrieves the properties to be used when an object is copied.
- H5Pget_create_intermediate_group(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_create_intermediate_group determines whether property is set to enable creating missing intermediate groups.
- H5Pget_data_transform(int, String[], long) - Static method in class hdf.hdf5lib.H5
-
H5Pget_data_transform retrieves the data transform expression previously set in the dataset transfer property list plist_id by H5Pset_data_transform.
- H5Pget_driver(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_driver returns the identifier of the low-level file driver associated with the file access property list or data transfer property list plid.
- H5Pget_edc_check(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_elink_acc_flags(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_elink_acc_flags retrieves the external link traversal file access flag from the specified link access property list.
- H5Pget_elink_fapl(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_elink_fapl Retrieves the file access property list identifier associated with the link access property list.
- H5Pget_elink_file_cache_size(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_elink_file_cache_size retrieves the size of the external link open file cache.
- H5Pget_elink_prefix(int, String[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_elink_prefix Retrieves prefix applied to external link paths.
- H5Pget_est_link_info(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_est_link_info Queries data required to estimate required local heap or object header size.
- H5Pget_external(int, int, long, String[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_external returns information about an external file.
- H5Pget_external_count(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_external_count returns the number of external files for the specified dataset.
- H5Pget_family_offset(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_core(int, long[], boolean[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_direct(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_fapl_direct Retrieve direct I/O settings.
- H5Pget_fapl_family(int, long[], int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fapl_multi(int, int[], int[], String[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_fapl_multi Sets up use of the multi I/O driver.
- H5Pget_fclose_degree(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_fill_time(int, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_fill_value(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_fill_value queries the fill value property of a dataset creation property list.
- H5Pget_fill_value(int, int, Object) - Static method in class hdf.hdf5lib.H5
-
H5Pget_fill_value queries the fill value property of a dataset creation property list.
- H5Pget_filter(int, int, int[], int[], int[], int, String[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Pget_filter(int, int, int[], long[], int[], long, String[], int[])
- H5Pget_filter(int, int, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_filter returns information about a filter, specified by its filter number, in a filter pipeline, specified by the property list with which it is associated.
- H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[], int[])
- H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_filter_by_id returns information about the filter specified in filter_id, a filter identifier.
- H5Pget_filter_by_id2(int, int, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_filter_by_id2 returns information about a filter, specified by its filter id, in a filter pipeline, specified by the property list with which it is associated.
- H5Pget_gc_reference(int, boolean[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_gc_references(int, boolean[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_gc_references Returns the current setting for the garbage collection refernces property from a file access property list.
- H5Pget_gcreferences(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_hyper_vector_size(int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pget_istore_k(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_istore_k queries the 1/2 rank of an indexed storage B-tree.
- H5Pget_layout(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_layout returns the layout of the raw data for a dataset.
- H5Pget_libver_bounds(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_libver_bounds retrieves the lower and upper bounds on the HDF5 Library versions that indirectly determine the object formats versions used when creating objects in the file.
- H5Pget_link_creation_order(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_link_creation_order queries the group creation property list, gcpl_id, and returns a flag indicating whether link creation order is tracked and/or indexed in a group.
- H5Pget_link_phase_change(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_link_phase_change Queries the settings for conversion between compact and dense groups.
- H5Pget_local_heap_size_hint(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_local_heap_size_hint Retrieves the anticipated size of the local heap for original-style groups.
- H5Pget_mdc_config(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_mdc_config gets the initial metadata cache configuration contained in a file access property list and loads it into the instance of H5AC_cache_config_t pointed to by the config_ptr parameter.
- H5Pget_meta_block_size(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_meta_block_size the current metadata block size setting.
- H5Pget_nfilters(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_nfilters returns the number of filters defined in the filter pipeline associated with the property list plist.
- H5Pget_nlinks(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_nlinks retrieves the maximum number of soft or user-defined link traversals allowed, nlinks, before the library assumes it has found a cycle and aborts the traversal.
- H5Pget_nprops(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_nprops retrieves the number of properties in a property list or class
- H5Pget_obj_track_times(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_obj_track_times queries the object creation property list, ocpl_id, to determine whether object times are being recorded.
- H5Pget_preserve(int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, compound datatype field preservation is now core functionality in the HDF5 Library.
- H5Pget_shared_mesg_index(int, int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_shared_mesg_index Retrieves the configuration settings for a shared message index.
- H5Pget_shared_mesg_nindexes(int) - Static method in class hdf.hdf5lib.H5
-
H5Pget_shared_mesg_nindexes retrieves number of shared object header message indexes in file creation property list.
- H5Pget_shared_mesg_phase_change(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_shared_mesg_phase_change retrieves shared object header message phase change information.
- H5Pget_sieve_buf_size(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_size(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pget_size retrieves the size of a property's value in bytes
- H5Pget_sizes(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_sizes retrieves the size of the offsets and lengths used in an HDF5 file.
- H5Pget_small_data_block_size(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_small_data_block_size retrieves the size of a block of small data in a file creation property list.
- H5Pget_small_data_block_size_long(int) - Static method in class hdf.hdf5lib.H5
- H5Pget_sym_k(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_sym_k retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size.
- H5Pget_userblock(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_userblock retrieves the size of a user block in a file creation property list.
- H5Pget_version(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pget_version retrieves the version information of various objects for a file creation property list.
- H5Pinsert2_nocb(int, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Pisa_class(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pisa_class checks to determine whether a property list is a member of the specified class
- H5Piterate(int, 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
- H5PLget_loading_state() - Static method in class hdf.hdf5lib.H5
-
H5PLget_loading_state retrieves the state of the dynamic plugins flag, plugin_flags..
- H5PLset_loading_state(int) - Static method in class hdf.hdf5lib.H5
-
H5PLset_loading_state uses one argument to enable or disable individual plugins.
- H5Pmodify_filter(int, int, int, long, int[]) - Static method in class hdf.hdf5lib.H5
- H5Pregister2_nocb(int, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
- H5Premove(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Premove removes a property from a property list
- H5Premove_filter(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset(int, String, int) - Static method in class hdf.hdf5lib.H5
-
Sets a property list value (support integer only)
- H5Pset_alignment(int, long, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_alignment sets the alignment properties of a file access property list so that any file object >= THRESHOLD bytes will be aligned on an address which is a multiple of ALIGNMENT.
- H5Pset_alloc_time(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_attr_creation_order(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_attr_creation_order sets flags specifying whether to track and index attribute creation order on an object.
- H5Pset_attr_phase_change(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_attr_phase_change sets threshold values for attribute storage on an object.
- H5Pset_btree_ratios(int, double, double, double) - Static method in class hdf.hdf5lib.H5
-
H5Pset_btree_ratio Sets B-tree split ratios for a dataset transfer property list.
- H5Pset_buffer_size(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_buffer sets type conversion and background buffers.
- H5Pset_cache(int, int, long, long, double) - Static method in class hdf.hdf5lib.H5
-
H5Pset_cache sets the number of elements (objects) in the meta data cache and the total number of bytes in the raw data chunk cache.
- H5Pset_char_encoding(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Pset_chunk sets the size of the chunks used to store a chunked layout dataset.
- H5Pset_chunk(int, int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Pset_chunk_cache(int, long, long, double) - Static method in class hdf.hdf5lib.H5
-
H5Pset_chunk_cache sets the number of elements (objects) in the meta data cache and the total number of bytes in the raw data chunk cache on a per-datset basis.
- H5Pset_copy_object(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_copy_object Sets properties to be used when an object is copied.
- H5Pset_create_intermediate_group(int, boolean) - Static method in class hdf.hdf5lib.H5
-
H5Pset_create_intermediate_group specifies in property list whether to create missing intermediate groups
- H5Pset_data_transform(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pset_data_transform sets a data transform expression
- H5Pset_deflate(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_deflate sets the compression method for a dataset.
- H5Pset_edc_check(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_elink_acc_flags(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_elink_acc_flags Sets the external link traversal file access flag in a link access property list.
- H5Pset_elink_fapl(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_elink_fapl sets a file access property list for use in accessing a file pointed to by an external link.
- H5Pset_elink_file_cache_size(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_elink_file_cache_size sets the number of files that can be held open in an external link open file cache.
- H5Pset_elink_prefix(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Pset_elink_prefix Sets prefix to be applied to external link paths.
- H5Pset_est_link_info(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_est_link_info Sets estimated number of links and length of link names in a group.
- H5Pset_external(int, String, long, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_external adds an external file to the list of external files.
- H5Pset_family_offset(int, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_core(int, long, boolean) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_direct(int, long, long, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_fapl_direct Sets up use of the direct I/O driver.
- H5Pset_fapl_family(int, long, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_log(int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8.7, replaced by
H5.H5Pset_fapl_log(int, String, long, long)
- H5Pset_fapl_log(int, String, long, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_fapl_log Sets up the logging virtual file driver (H5FD_LOG) for use.
- H5Pset_fapl_multi(int, int[], int[], String[], long[], boolean) - Static method in class hdf.hdf5lib.H5
-
H5Pset_fapl_multi Sets up use of the multi I/O driver.
- H5Pset_fapl_sec2(int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_split(int, String, int, String, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_stdio(int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fapl_windows(int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fclose_degree(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fill_time(int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_fill_value(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Pset_fill_value sets the fill value for a dataset creation property list.
- H5Pset_fill_value(int, int, Object) - Static method in class hdf.hdf5lib.H5
-
H5Pset_fill_value sets the fill value for a dataset creation property list.
- H5Pset_filter(int, int, int, long, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Pset_filter adds the specified filter and corresponding properties to the end of an output filter pipeline.
- H5Pset_fletcher32(int) - Static method in class hdf.hdf5lib.H5
- H5Pset_gc_references(int, boolean) - Static method in class hdf.hdf5lib.H5
-
H5Pset_gc_references Sets the flag for garbage collecting references for the file.
- H5Pset_hyper_vector_size(int, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_istore_k(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_istore_k sets the size of the parameter used to control the B-trees for indexing chunked datasets.
- H5Pset_layout(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_layout sets the type of storage used store the raw data for a dataset.
- H5Pset_libver_bounds(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_libver_bounds Sets bounds on library versions, and indirectly format versions, to be used when creating objects
- H5Pset_link_creation_order(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_link_creation_order Sets flags in a group creation property list, gcpl_id, for tracking and/or indexing links on creation order.
- H5Pset_link_phase_change(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_link_phase_change Sets the parameters for conversion between compact and dense groups.
- H5Pset_local_heap_size_hint(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_local_heap_size_hint Specifies the anticipated maximum size of a local heap.
- H5Pset_mdc_config(int, H5AC_cache_config_t) - Static method in class hdf.hdf5lib.H5
- H5Pset_meta_block_size(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_meta_block_size sets the minimum metadata block size.
- H5Pset_nbit(int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_nbit Sets up the use of the N-Bit filter.
- H5Pset_nlinks(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_nlinks sets the maximum number of soft or user-defined link traversals allowed, nlinks, before the library assumes it has found a cycle and aborts the traversal.
- H5Pset_obj_track_times(int, boolean) - Static method in class hdf.hdf5lib.H5
-
H5Pset_obj_track_times sets a property in the object creation property list, ocpl_id, that governs the recording of times associated with an object.
- H5Pset_preserve(int, boolean) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, compound datatype field preservation is now core functionality in the HDF5 Library.
- H5Pset_scaleoffset(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_scaleoffset sets the Scale-Offset filter for a dataset.
- H5Pset_shared_mesg_index(int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_shared_mesg_index Configures the specified shared object header message index
- H5Pset_shared_mesg_nindexes(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_shared_mesg_nindexes sets the number of shared object header message indexes in the specified file creation property list.
- H5Pset_shared_mesg_phase_change(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_shared_mesg_phase_change sets shared object header message storage phase change thresholds.
- H5Pset_shuffle(int) - Static method in class hdf.hdf5lib.H5
- H5Pset_sieve_buf_size(int, long) - Static method in class hdf.hdf5lib.H5
- H5Pset_sizes(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_sizes sets the byte size of the offsets and lengths used to address objects in an HDF5 file.
- H5Pset_small_data_block_size(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_small_data_block_size reserves blocks of size bytes for the contiguous storage of the raw data portion of small datasets.
- H5Pset_sym_k(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Pset_sym_k sets the size of parameters used to control the symbol table nodes.
- H5Pset_szip(int, int, int) - Static method in class hdf.hdf5lib.H5
- H5Pset_userblock(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Pset_userblock sets the user block size of a file creation property list.
- H5Punregister(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Punregister removes a property from a property list class
- H5R_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5R_DATASET_REGION - 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(int, String, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Rcreate creates the reference, ref, of the type specified in ref_type, pointing to the object name located at loc_id.
- H5Rdereference(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
Given a reference to some object, H5Rdereference opens that object and return an identifier.
- H5Rget_name(int, int, byte[], String[], long) - Static method in class hdf.hdf5lib.H5
-
H5Rget_name retrieves a name for the object identified by ref.
- H5Rget_obj_type(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Rget_obj_type(int, int, byte[], int[])
- H5Rget_obj_type(int, int, byte[], int[]) - Static method in class hdf.hdf5lib.H5
-
H5Rget_obj_type Given a reference to an object ref, H5Rget_obj_type returns the type of the object pointed to.
- H5Rget_region(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
Given a reference to an object ref, H5Rget_region creates a copy of the dataspace of the dataset pointed to and defines a selection in the copy which is the region pointed to.
- H5S_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_MAX_RANK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_NO_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_NULL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SCALAR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_HYPERSLABS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_N - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SEL_POINTS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_AND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_APPEND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_INVALID - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_NOOP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_NOTA - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_NOTB - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_OR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_PREPEND - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_SET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SELECT_XOR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_SIMPLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5S_UNLIMITED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Sclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Sclose releases a dataspace.
- H5Scopy(int) - Static method in class hdf.hdf5lib.H5
-
H5Scopy creates a new dataspace which is an exact copy of the dataspace identified by space_id.
- H5Screate(int) - Static method in class hdf.hdf5lib.H5
-
H5Screate creates a new dataspace of a particular type.
- H5Screate_simple(int, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.use H5Screate_simple(int rank, long[] dims, long[] maxdims)
- H5Screate_simple(int, long[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Screate_simple creates a new simple data space and opens it for access.
- H5Sdecode(byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Sdecode reconstructs the HDF5 data space object and returns a new object handle for it.
- H5Sencode(int) - Static method in class hdf.hdf5lib.H5
-
H5Sencode converts a data space description into binary form in a buffer.
- H5set_free_list_limits(int, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
- H5Sextent_copy(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Sextent_copy copies the extent from source_space_id to dest_space_id.
- H5Sextent_equal(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Sextent_equal determines whether the dataspace extents of two dataspaces, space1_id and space2_id, are equal.
- H5Sget_select_bounds(int, long[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_bounds retrieves the coordinates of the bounding box containing the current selection and places them into user-supplied buffers.
- H5Sget_select_elem_npoints(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_elem_npoints returns the number of element points in the current dataspace selection.
- H5Sget_select_elem_pointlist(int, long, long, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_elem_pointlist returns an array of of element points in the current dataspace selection.
- H5Sget_select_hyper_blocklist(int, long, long, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_hyper_blocklist returns an array of hyperslab blocks.
- H5Sget_select_hyper_nblocks(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_hyper_nblocks returns the number of hyperslab blocks in the current dataspace selection.
- H5Sget_select_npoints(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_npoints determines the number of elements in the current selection of a dataspace.
- H5Sget_select_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_select_type retrieves the type of selection currently defined for the dataspace space_id.
- H5Sget_simple_extent_dims(int, long[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Sget_simple_extent_dims returns the size and maximum sizes of each dimension of a dataspace through the dims and maxdims parameters.
- H5Sget_simple_extent_ndims(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_simple_extent_ndims determines the dimensionality (or rank) of a dataspace.
- H5Sget_simple_extent_npoints(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_simple_extent_npoints determines the number of elements in a dataspace.
- H5Sget_simple_extent_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Sget_simple_extent_type queries a dataspace to determine the current class of a dataspace.
- H5Sis_simple(int) - Static method in class hdf.hdf5lib.H5
-
H5Sis_simple determines whether a dataspace is a simple dataspace.
- H5Soffset_simple(int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Soffset_simple sets the offset of a simple dataspace space_id.
- H5Soffset_simple(int, long[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_all(int) - Static method in class hdf.hdf5lib.H5
-
H5Sselect_all selects the entire extent of the dataspace space_id.
- H5Sselect_elements(int, int, int, long[][]) - Static method in class hdf.hdf5lib.H5
-
H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
- H5Sselect_hyperslab(int, int, byte[], byte[], byte[], byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Sselect_hyperslab selects a hyperslab region to add to the current selected region for the dataspace specified by space_id.
- H5Sselect_hyperslab(int, int, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
- H5Sselect_none(int) - Static method in class hdf.hdf5lib.H5
-
H5Sselect_none resets the selection region for the dataspace space_id to include no elements.
- H5Sselect_valid(int) - Static method in class hdf.hdf5lib.H5
-
H5Sselect_valid verifies that the selection for the dataspace.
- H5Sset_extent_none(int) - Static method in class hdf.hdf5lib.H5
-
H5Sset_extent_none removes the extent from a dataspace and sets the type to H5S_NONE.
- H5Sset_extent_simple(int, int, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
- H5Sset_extent_simple(int, int, long[], long[]) - Static method in class hdf.hdf5lib.H5
-
H5Sset_extent_simple sets or resets the size of an existing dataspace.
- 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_VLEN - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Tarray_create(int, int, int[], int[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Tarray_create(int, int, long[])
- H5Tarray_create(int, int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Tarray_create creates a new array datatype object.
- H5Tclose(int) - Static method in class hdf.hdf5lib.H5
-
H5Tclose releases a datatype.
- H5Tcommit(int, String, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Tcommit(int, String, int, int, int, int)
- H5Tcommit(int, String, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tcommit saves a transient datatype as an immutable named datatype in a file.
- H5Tcommit_anon(int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tcommit_anon commits a transient datatype (not immutable) to a file, turning it into a named datatype with the specified creation and property lists.
- H5Tcommit1(int, String, int) - Static method in class hdf.hdf5lib.H5
-
Deprecated.
- H5Tcommitted(int) - Static method in class hdf.hdf5lib.H5
-
H5Tcommitted queries a type to determine whether the type specified by the type identifier is a named type or a transient type.
- H5Tcompiler_conv(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tcompiler_conv finds out whether the library's conversion function from type src_id to type dst_id is a compiler (hard) conversion.
- H5Tconvert(int, int, long, byte[], byte[], int) - Static method in class hdf.hdf5lib.H5
-
H5Tconvert converts nelmts elements from the type specified by the src_id identifier to type dst_id.
- H5Tcopy(int) - Static method in class hdf.hdf5lib.H5
-
H5Tcopy copies an existing datatype.
- H5Tcreate(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tcreate creates a new dataype of the specified class with the specified number of bytes.
- H5Tcreate(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Tcreate creates a new dataype of the specified class with the specified number of bytes.
- H5Tdecode(byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Tdecode reconstructs the HDF5 data type object and returns a new object handle for it.
- H5Tdetect_class(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tdetect_class determines whether the datatype specified in dtype_id contains any datatypes of the datatype class specified in dtype_class.
- H5Tencode(int, byte[], long) - Static method in class hdf.hdf5lib.H5
-
H5Tencode converts a data type description into binary form in a buffer.
- H5Tenum_create(int) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_create creates a new enumeration datatype based on the specified base datatype, parent_id, which must be an integer type.
- H5Tenum_insert(int, String, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_insert inserts a new enumeration datatype member into an enumeration datatype.
- H5Tenum_insert(int, String, int) - Static method in class hdf.hdf5lib.H5
- H5Tenum_insert(int, String, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_insert inserts a new enumeration datatype member into an enumeration datatype.
- H5Tenum_nameof(int, byte[], long) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_nameof finds the symbol name that corresponds to the specified value of the enumeration datatype type.
- H5Tenum_nameof(int, int[], String[], int) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_nameof finds the symbol name that corresponds to the specified value of the enumeration datatype type.
- H5Tenum_valueof(int, String, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_valueof finds the value that corresponds to the specified name of the enumeration datatype type.
- H5Tenum_valueof(int, String, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Tenum_valueof finds the value that corresponds to the specified name of the enumeration datatype type.
- H5Tequal(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tequal determines whether two datatype identifiers refer to the same datatype.
- H5Tget_array_dims(int, int[], int[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8
- H5Tget_array_dims(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_array_dims returns the sizes of the dimensions of the specified array datatype object.
- H5Tget_array_dims(int, long[], int[]) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Tget_array_dims(int, long[])
- H5Tget_array_dims2(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_array_dims2 returns the sizes of the dimensions of the specified array datatype object.
- H5Tget_array_ndims(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_array_ndims returns the rank, the number of dimensions, of an array datatype object.
- H5Tget_class(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_class returns the datatype class identifier.
- H5Tget_class_name(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_class_name returns the datatype class identifier.
- H5Tget_create_plist(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_create_plist returns a property list identifier for the datatype creation property list associated with the datatype specified by type_id.
- H5Tget_cset(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_cset retrieves the character set type of a string datatype.
- H5Tget_ebias(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_ebias retrieves the exponent bias of a floating-point type.
- H5Tget_ebias_long(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_ebias retrieves the exponent bias of a floating-point type.
- H5Tget_fields(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_fields retrieves information about the locations of the various bit fields of a floating point datatype.
- H5Tget_fields(int, long[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_fields retrieves information about the locations of the various bit fields of a floating point datatype.
- H5Tget_inpad(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_inpad retrieves the internal padding type for unused bits in floating-point datatypes.
- H5Tget_member_class(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_class returns the class of datatype of the specified member.
- H5Tget_member_index(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_index retrieves the index of a field of a compound datatype.
- H5Tget_member_name(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_name retrieves the name of a field of a compound datatype or an element of an enumeration datatype.
- H5Tget_member_offset(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_offset returns the byte offset of the specified member of the compound datatype.
- H5Tget_member_type(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_type returns the datatype of the specified member.
- H5Tget_member_value(int, int, byte[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_value returns the value of the enumeration datatype member memb_no.
- H5Tget_member_value(int, int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_member_value returns the value of the enumeration datatype member memb_no.
- H5Tget_native_type(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_native_type returns the equivalent native datatype for the datatype specified in type_id.
- H5Tget_native_type(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_native_type returns the equivalent native datatype for the datatype specified in type_id.
- H5Tget_nmembers(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_nmembers retrieves the number of fields a compound datatype has.
- H5Tget_norm(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_norm retrieves the mantissa normalization of a floating-point datatype.
- H5Tget_offset(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_offset retrieves the bit offset of the first significant bit.
- H5Tget_order(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_order returns the byte order of an atomic datatype.
- H5Tget_pad(int, int[]) - Static method in class hdf.hdf5lib.H5
-
H5Tget_pad retrieves the padding type of the least and most-significant bit padding.
- H5Tget_precision(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_precision returns the precision of an atomic datatype.
- H5Tget_precision_long(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_precision returns the precision of an atomic datatype.
- H5Tget_sign(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_sign retrieves the sign type for an integer type.
- H5Tget_size(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_size returns the size of a datatype in bytes.
- H5Tget_size_long(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_size returns the size of a datatype in bytes.
- H5Tget_strpad(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_strpad retrieves the string padding method for a string datatype.
- H5Tget_super(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_super returns the type from which TYPE is derived.
- H5Tget_tag(int) - Static method in class hdf.hdf5lib.H5
-
H5Tget_tag returns the tag associated with datatype type_id.
- H5Tinsert(int, String, long, int) - Static method in class hdf.hdf5lib.H5
-
H5Tinsert adds another member to the compound datatype type_id.
- H5Tis_variable_str(int) - Static method in class hdf.hdf5lib.H5
-
H5Tis_variable_str determines whether the datatype identified in type_id is a variable-length string.
- H5Tlock(int) - Static method in class hdf.hdf5lib.H5
-
H5Tlock locks the datatype specified by the type_id identifier, making it read-only and non-destrucible.
- H5Topen(int, String) - Static method in class hdf.hdf5lib.H5
-
Deprecated.As of HDF5 1.8, replaced by
H5.H5Topen(int, String, int)
- H5Topen(int, String, int) - Static method in class hdf.hdf5lib.H5
-
H5Topen opens a named datatype at the location specified by loc_id and return an identifier for the datatype.
- H5Tpack(int) - Static method in class hdf.hdf5lib.H5
-
H5Tpack recursively removes padding from within a compound datatype to make it more efficient (space-wise) to store that data.
- H5Tset_cset(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_cset the character set to be used.
- H5Tset_ebias(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_ebias sets the exponent bias of a floating-point type.
- H5Tset_ebias(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Tset_ebias sets the exponent bias of a floating-point type.
- H5Tset_fields(int, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_fields sets the locations and sizes of the various floating point bit fields.
- H5Tset_fields(int, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
-
H5Tset_fields sets the locations and sizes of the various floating point bit fields.
- H5Tset_inpad(int, int) - Static method in class hdf.hdf5lib.H5
-
If any internal bits of a floating point type are unused (that is, those significant bits which are not part of the sign, exponent, or mantissa), then H5Tset_inpad will be filled according to the value of the padding value property inpad.
- H5Tset_norm(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_norm sets the mantissa normalization of a floating-point datatype.
- H5Tset_offset(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_offset sets the bit offset of the first significant bit.
- H5Tset_offset(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Tset_offset sets the bit offset of the first significant bit.
- H5Tset_order(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_order sets the byte ordering of an atomic datatype.
- H5Tset_pad(int, int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_pad sets the least and most-significant bits padding types.
- H5Tset_precision(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_precision sets the precision of an atomic datatype.
- H5Tset_precision(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Tset_precision sets the precision of an atomic datatype.
- H5Tset_sign(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_sign sets the sign proprety for an integer type.
- H5Tset_size(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_size sets the total size in bytes, size, for an atomic datatype (this operation is not permitted on compound datatypes).
- H5Tset_size(int, long) - Static method in class hdf.hdf5lib.H5
-
H5Tset_size sets the total size in bytes, size, for an atomic datatype (this operation is not permitted on compound datatypes).
- H5Tset_strpad(int, int) - Static method in class hdf.hdf5lib.H5
-
H5Tset_strpad defines the storage mechanism for the string.
- H5Tset_tag(int, String) - Static method in class hdf.hdf5lib.H5
-
H5Tset_tag tags an opaque datatype type_id with a unique ASCII identifier tag.
- H5Tvlen_create(int) - Static method in class hdf.hdf5lib.H5
-
H5Tvlen_create creates a new variable-length (VL) dataype.
- H5Z_CB_CONT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_CB_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_CB_FAIL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_CB_NO - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_DISABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_ENABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_ERROR_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_CONFIG_DECODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_CONFIG_ENCODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_DEFLATE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_FLETCHER32 - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_NBIT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_RESERVED - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_SCALEOFFSET - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_SHUFFLE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FILTER_SZIP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_DEFMASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_INVMASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_MANDATORY - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_OPTIONAL - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_REVERSE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_FLAG_SKIP_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_MAX_NFILTERS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_NBIT_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_NO_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SCALEOFFSET_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SHUFFLE_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SHUFFLE_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SO_FLOAT_DSCALE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SO_FLOAT_ESCALE - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SO_INT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SO_INT_MINBITS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_PARM_BPP - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_PARM_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_PARM_PPB - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_PARM_PPS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- H5Z_SZIP_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
- 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
- Hcache(int, int) - Static method in class hdf.hdflib.HDFLibrary
- HCget_config_info(int) - Static method in class hdf.hdflib.HDFLibrary
-
New API for hdf-42r1
- Hclose(int) - Static method in class hdf.hdflib.HDFLibrary
- HDdont_atexit() - Static method in class hdf.hdflib.HDFLibrary
- HDF_ATTRIBUTE - Static variable in class hdf.hdflib.HDFConstants
- HDF_CDF - Static variable in class hdf.hdflib.HDFConstants
- HDF_CHK_TBL - Static variable in class hdf.hdflib.HDFConstants
- HDF_CHUNK - Static variable in class hdf.hdflib.HDFConstants
- HDF_COMP - Static variable in class hdf.hdflib.HDFConstants
- HDF_CRDVAR - Static variable in class hdf.hdflib.HDFConstants
- HDF_DIMENSION - Static variable in class hdf.hdflib.HDFConstants
- HDF_NBIT - Static variable in class hdf.hdflib.HDFConstants
- HDF_NONE - Static variable in class hdf.hdflib.HDFConstants
- HDF_SDSVAR - Static variable in class hdf.hdflib.HDFConstants
- HDF_UDIMENSION - Static variable in class hdf.hdflib.HDFConstants
- HDF_VARIABLE - Static variable in class hdf.hdflib.HDFConstants
- hdf.hdf5lib - package hdf.hdf5lib
- hdf.hdf5lib.callbacks - package hdf.hdf5lib.callbacks
- hdf.hdf5lib.exceptions - package hdf.hdf5lib.exceptions
- hdf.hdf5lib.structs - package hdf.hdf5lib.structs
- hdf.hdflib - package hdf.hdflib
- HDF5AtomException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5AtomException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5AtomException
-
Constructs an
HDF5AtomException
with no specified detail message. - HDF5AtomException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5AtomException
-
Constructs an
HDF5AtomException
with the specified detail message. - HDF5AttributeException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5AttributeException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5AttributeException
-
Constructs an
HDF5AttributeException
with no specified detail message. - HDF5AttributeException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5AttributeException
-
Constructs an
HDF5AttributeException
with the specified detail message. - HDF5BtreeException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5BtreeException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5BtreeException
-
Constructs an
HDF5BtreeException
with no specified detail message. - HDF5BtreeException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5BtreeException
-
Constructs an
HDF5BtreeException
with the specified detail message. - HDF5Constants - Class in hdf.hdf5lib
-
/** This class contains C constants and enumerated types of HDF5 library.
- HDF5Constants() - Constructor for class hdf.hdf5lib.HDF5Constants
- HDF5DataFiltersException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5DataFiltersException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataFiltersException
-
Constructs an
HDF5DataFiltersException
with no specified detail message. - HDF5DataFiltersException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataFiltersException
-
Constructs an
HDF5DataFiltersException
with the specified detail message. - HDF5DatasetInterfaceException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5DatasetInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException
-
Constructs an
HDF5DatasetInterfaceException
with no specified detail message. - HDF5DatasetInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException
-
Constructs an
HDF5DatasetInterfaceException
with the specified detail message. - HDF5DataspaceInterfaceException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5DataspaceInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException
-
Constructs an
HDF5DataspaceInterfaceException
with no specified detail message. - HDF5DataspaceInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException
-
Constructs an
HDF5DataspaceInterfaceException
with the specified detail message. - HDF5DataStorageException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5DataStorageException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataStorageException
-
Constructs an
HDF5DataStorageExceptionn
with no specified detail message. - HDF5DataStorageException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataStorageException
-
Constructs an
HDF5DataStorageException
with the specified detail message. - HDF5DatatypeInterfaceException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5DatatypeInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException
-
Constructs an
HDF5DatatypeInterfaceException
with no specified detail message. - HDF5DatatypeInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException
-
Constructs an
HDF5DatatypeInterfaceException
with the specified detail message. - HDF5Exception - Exception in hdf.hdf5lib.exceptions
-
The class HDF5Exception returns errors from the Java HDF5 Interface.
- HDF5Exception() - Constructor for exception hdf.hdf5lib.exceptions.HDF5Exception
-
Constructs an
HDF5Exception
with no specified detail message. - HDF5Exception(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5Exception
-
Constructs an
HDF5Exception
with the specified detail message. - HDF5ExternalFileListException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5ExternalFileListException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ExternalFileListException
-
Constructs an
HDF5ExternalFileListException
with no specified detail message. - HDF5ExternalFileListException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ExternalFileListException
-
Constructs an
HDF5ExternalFileListException
with the specified detail message. - HDF5FileInterfaceException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5FileInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FileInterfaceException
-
Constructs an
HDF5FileInterfaceException
with no specified detail message. - HDF5FileInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FileInterfaceException
-
Constructs an
HDF5FileInterfaceException
with the specified detail message. - HDF5FunctionArgumentException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5FunctionArgumentException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionArgumentException
-
Constructs an
HDF5FunctionArgumentException
with no specified detail message. - HDF5FunctionArgumentException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionArgumentException
-
Constructs an
HDF5FunctionArgumentException
with the specified detail message. - HDF5FunctionEntryExitException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5FunctionEntryExitException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException
-
Constructs an
HDF5FunctionEntryExitException
with no specified detail message. - HDF5FunctionEntryExitException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException
-
Constructs an
HDF5FunctionEntryExitException
with the specified detail message. - HDF5GroupInfo - Class in hdf.hdf5lib
-
This class is a container for the information reported about an HDF5 Object from the H5Gget_obj_info() method.
- HDF5GroupInfo() - Constructor for class hdf.hdf5lib.HDF5GroupInfo
- HDF5HeapException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5HeapException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5HeapException
-
Constructs an
HDF5HeapException
with no specified detail message. - HDF5HeapException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5HeapException
-
Constructs an
HDF5HeapException
with the specified detail message. - HDF5InternalErrorException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5InternalErrorException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5InternalErrorException
-
Constructs an
HDF5InternalErrorException
with no specified detail message. - HDF5InternalErrorException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5InternalErrorException
-
Constructs an
HDF5InternalErrorException
with the specified detail message. - HDF5JavaException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5JavaException returns errors from the Java wrapper of theHDF5 library.
- HDF5JavaException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5JavaException
-
Constructs an
HDF5JavaException
with no specified detail message. - HDF5JavaException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5JavaException
-
Constructs an
HDF5JavaException
with the specified detail message. - HDF5LibraryException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5LibraryException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Constructs an
HDF5LibraryException
with no specified detail message. - HDF5LibraryException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Constructs an
HDF5LibraryException
with the specified detail message. - HDF5LowLevelIOException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5LowLevelIOException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5LowLevelIOException
-
Constructs an
HDF5LowLevelIOException
with no specified detail message. - HDF5LowLevelIOException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5LowLevelIOException
-
Constructs an
HDF5LowLevelIOException
with the specified detail message. - HDF5MetaDataCacheException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5MetaDataCacheException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5MetaDataCacheException
-
Constructs an
HDF5MetaDataCacheException
with no specified detail message. - HDF5MetaDataCacheException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5MetaDataCacheException
-
Constructs an
HDF5MetaDataCacheException
with the specified detail message. - HDF5ObjectHeaderException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5ObjectHeaderException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ObjectHeaderException
-
Constructs an
HDF5ObjectHeaderException
with no specified detail message. - HDF5ObjectHeaderException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ObjectHeaderException
-
Constructs an
HDF5ObjectHeaderException
with the specified detail message. - HDF5PropertyListInterfaceException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5PropertyListInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException
-
Constructs an
HDF5PropertyListInterfaceException
with no specified detail message. - HDF5PropertyListInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException
-
Constructs an
HDF5PropertyListInterfaceException
with the specified detail message. - HDF5ReferenceException - Exception in hdf.hdf5lib.exceptions
- HDF5ReferenceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ReferenceException
-
Constructs an
HDF5ReferenceException
with no specified detail message. - HDF5ReferenceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ReferenceException
-
Constructs an
HDF5ReferenceException
with the specified detail message. - HDF5ResourceUnavailableException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5ResourceUnavailableException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException
-
Constructs an
HDF5ResourceUnavailableException
with no specified detail message. - HDF5ResourceUnavailableException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException
-
Constructs an
HDF5FunctionArgumentException
with the specified detail message. - HDF5SymbolTableException - Exception in hdf.hdf5lib.exceptions
-
The class HDF5LibraryException returns errors raised by the HDF5 library.
- HDF5SymbolTableException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5SymbolTableException
-
Constructs an
HDF5SymbolTableException
with no specified detail message. - HDF5SymbolTableException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5SymbolTableException
-
Constructs an
HDF5SymbolTableException
with the specified detail message. - HDFArray - Class in hdf.hdf5lib
-
This is a class for handling multidimensional arrays for HDF.
- HDFArray - Class in hdf.hdflib
-
This is a class for handling multidimensional arrays for HDF.
- 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.
- HDFArray(Object) - Constructor for class hdf.hdflib.HDFArray
- HDFChunkInfo - Class in hdf.hdflib
-
This is a generic class to represent the HDF chunk_info union, which contains parameters for the different chunking schemes.
- HDFChunkInfo() - Constructor for class hdf.hdflib.HDFChunkInfo
- HDFChunkInfo(int[]) - Constructor for class hdf.hdflib.HDFChunkInfo
- HDFChunkInfo(int[], int, HDFCompInfo) - Constructor for class hdf.hdflib.HDFChunkInfo
- HDFclose(int) - Static method in class hdf.hdflib.HDFLibrary
- HDFCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF comp_info union.
- HDFCompInfo() - Constructor for class hdf.hdflib.HDFCompInfo
- HDFConstants - Class in hdf.hdflib
-
This interface defines the values of constants defined by the HDF 4.2 API.
- HDFConstants() - Constructor for class hdf.hdflib.HDFConstants
- HDFDeflateCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF DEFLATION compression algorithm.
- HDFDeflateCompInfo() - Constructor for class hdf.hdflib.HDFDeflateCompInfo
- HDFDeflateCompInfo(int) - Constructor for class hdf.hdflib.HDFDeflateCompInfo
- HDFDeprecated - Class in hdf.hdflib
- HDFDeprecated() - Constructor for class hdf.hdflib.HDFDeprecated
- HDFerror - Variable in exception hdf.hdflib.HDFException
- HDFException - Exception in hdf.hdflib
-
The class HDFException returns errors from the HDF library.
- HDFException() - Constructor for exception hdf.hdflib.HDFException
- HDFException(int) - Constructor for exception hdf.hdflib.HDFException
- HDFException(String) - Constructor for exception hdf.hdflib.HDFException
- HDFExceptionMessage - Static variable in exception hdf.hdflib.HDFException
- HDFIMCOMPCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF ``Image compression'' compression class.
- HDFIMCOMPCompInfo() - Constructor for class hdf.hdflib.HDFIMCOMPCompInfo
- HDFJavaException - Exception in hdf.hdflib
-
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
- HDFJavaException() - Constructor for exception hdf.hdflib.HDFJavaException
- HDFJavaException(String) - Constructor for exception hdf.hdflib.HDFJavaException
- HDFJPEGCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF JPEG compression class.
- HDFJPEGCompInfo() - Constructor for class hdf.hdflib.HDFJPEGCompInfo
- HDFJPEGCompInfo(int, int) - Constructor for class hdf.hdflib.HDFJPEGCompInfo
- HDFLibrary - Class in hdf.hdflib
-
This is the Java interface for the HDF 4.2 library.
- HDFLibrary() - Constructor for class hdf.hdflib.HDFLibrary
- HDFLibraryException - Exception in hdf.hdflib
-
The class HDFException returns errors raised by the HDF library.
- HDFLibraryException() - Constructor for exception hdf.hdflib.HDFLibraryException
- HDFLibraryException(int) - Constructor for exception hdf.hdflib.HDFLibraryException
- HDFLibraryException(String) - Constructor for exception hdf.hdflib.HDFLibraryException
- HDFMessage - Static variable in exception hdf.hdflib.HDFException
- HDFNativeData - Class in hdf.hdf5lib
-
This class encapsulates native methods to deal with arrays of numbers, converting from numbers to bytes and bytes to numbers.
- HDFNativeData - Class in hdf.hdflib
- HDFNativeData() - Constructor for class hdf.hdf5lib.HDFNativeData
- HDFNativeData() - Constructor for class hdf.hdflib.HDFNativeData
- HDFNBITChunkInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF NBIT compressed chunked class.
- HDFNBITChunkInfo() - Constructor for class hdf.hdflib.HDFNBITChunkInfo
- HDFNBITChunkInfo(int[], int, int, int, int) - Constructor for class hdf.hdflib.HDFNBITChunkInfo
- HDFNBITCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF ``NBIT'' compression class.
- HDFNBITCompInfo() - Constructor for class hdf.hdflib.HDFNBITCompInfo
- HDFNBITCompInfo(int, int, int, int, int) - Constructor for class hdf.hdflib.HDFNBITCompInfo
- HDFNewCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF compressed classes, with the ``new'' encoding.
- HDFNewCompInfo() - Constructor for class hdf.hdflib.HDFNewCompInfo
- HDFNotImplementedException - Exception in hdf.hdflib
-
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.
- HDFNotImplementedException() - Constructor for exception hdf.hdflib.HDFNotImplementedException
- HDFNotImplementedException(String) - Constructor for exception hdf.hdflib.HDFNotImplementedException
- HDFOldCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF compressed classes, with the ``ole'' encoding.
- HDFOldCompInfo() - Constructor for class hdf.hdflib.HDFOldCompInfo
- HDFOldRLECompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``old'' type encoding.
- HDFOldRLECompInfo() - Constructor for class hdf.hdflib.HDFOldRLECompInfo
- HDFopen(String, int, short) - Static method in class hdf.hdflib.HDFLibrary
- HDFPATH_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFDeprecated
- HDFPATH_PROPERTY_KEY - Static variable in class hdf.hdflib.HDFLibrary
- HDFRLECompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF RLE compressed classes, with the ``new'' type encoding.
- HDFRLECompInfo() - Constructor for class hdf.hdflib.HDFRLECompInfo
- HDFSKPHUFFCompInfo - Class in hdf.hdflib
-
This class is a generic container for the parameters to the HDF ``Skipping Huffman'' compression classes.
- HDFSKPHUFFCompInfo() - Constructor for class hdf.hdflib.HDFSKPHUFFCompInfo
- HDFSZIPCompInfo - Class in hdf.hdflib
-
This class is a container for the parameters to the HDF SZIP compression algorithm.
- HDFSZIPCompInfo() - Constructor for class hdf.hdflib.HDFSZIPCompInfo
- HDFSZIPCompInfo(int, int, int, int, int) - Constructor for class hdf.hdflib.HDFSZIPCompInfo
- HDFTable - Class in hdf.hdflib
- HDFTable() - Constructor for class hdf.hdflib.HDFTable
- HDgetNTdesc(int) - Static method in class hdf.hdflib.HDFLibrary
- hdr - Variable in class hdf.hdf5lib.structs.H5O_info_t
- heap_size - Variable in class hdf.hdf5lib.structs.H5_ih_info_t
- HEprint(Object, int) - Static method in class hdf.hdflib.HDFLibrary
- HEstring(int) - Static method in class hdf.hdflib.HDFLibrary
- HEvalue(int) - Static method in class hdf.hdflib.HDFLibrary
- Hgetfileversion(int, int[], String[]) - Static method in class hdf.hdflib.HDFLibrary
-
Note: the version of an HDF file is not well defined, it is not recommended that programs rely on these numbers.
- Hgetlibversion(int[], String[]) - Static method in class hdf.hdflib.HDFLibrary
- Hishdf(String) - Static method in class hdf.hdflib.HDFLibrary
- Hnumber(int) - Static method in class hdf.hdflib.HDFLibrary
- Hnumber(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String, int) - Static method in class hdf.hdflib.HDFLibrary
- Hopen(String, int, int) - Static method in class hdf.hdflib.HDFLibrary
- Hsetaccesstype(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Hsync(int) - Static method in class hdf.hdflib.HDFLibrary
- HXsetcreatedir(String) - Static method in class hdf.hdflib.HDFLibrary
- HXsetdir(String) - Static method in class hdf.hdflib.HDFLibrary
I
- incr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- index_size - Variable in class hdf.hdf5lib.structs.H5_ih_info_t
- initial_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- INT128 - Static variable in class hdf.hdflib.HDFConstants
- INT16 - Static variable in class hdf.hdflib.HDFConstants
- INT32 - Static variable in class hdf.hdflib.HDFConstants
- INT64 - Static variable in class hdf.hdflib.HDFConstants
- INT8 - Static variable in class hdf.hdflib.HDFConstants
- intToByte(int) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single int into an array of 4 bytes.
- intToByte(int) - Static method in class hdf.hdflib.HDFNativeData
- intToByte(int, int, int[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of int into an array of bytes.
- intToByte(int, int, int[]) - Static method in class hdf.hdflib.HDFNativeData
- intToByte(Integer) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Integer object into an array of 4 bytes.
L
- level - Variable in class hdf.hdflib.HDFDeflateCompInfo
- LIB_VERSION - Static variable in class hdf.hdf5lib.H5
-
The version number of the HDF5 library: LIB_VERSION[0]: The major version of the library.
- line - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- loadH4Lib() - Static method in class hdf.hdflib.HDFLibrary
- loadH5Lib() - Static method in class hdf.hdf5lib.H5
- longToByte(int, int, long[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of long into an array of bytes.
- longToByte(int, int, long[]) - Static method in class hdf.hdflib.HDFNativeData
- longToByte(long) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single long into an array of 8 bytes.
- longToByte(long) - Static method in class hdf.hdflib.HDFNativeData
- longToByte(Long) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Long object into an array of 8 bytes.
- lower_hr_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
M
- maj_num - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- max_corder - Variable in class hdf.hdf5lib.structs.H5G_info_t
- max_decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- max_increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- max_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- MAX_VAR_DIMS - Static variable in class hdf.hdflib.HDFConstants
- mesg_present - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- mesg_shared - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- meta_size_attr - Variable in class hdf.hdf5lib.structs.H5O_info_t
- meta_size_obj - Variable in class hdf.hdf5lib.structs.H5O_info_t
- metadata_write_strategy - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- MFGR_INTERLACE_COMPONENT - Static variable in class hdf.hdflib.HDFConstants
-
component interlacing scheme
- MFGR_INTERLACE_LINE - Static variable in class hdf.hdflib.HDFConstants
-
line interlacing scheme
- MFGR_INTERLACE_PIXEL - Static variable in class hdf.hdflib.HDFConstants
-
pixel interlacing scheme
- min_clean_fraction - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- min_num - Variable in class hdf.hdf5lib.structs.H5E_error2_t
- min_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- mounted - Variable in class hdf.hdf5lib.structs.H5G_info_t
- msg - Variable in exception hdf.hdflib.HDFException
- mtime - Variable in class hdf.hdf5lib.structs.H5O_info_t
N
- nchunks - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- nlinks - Variable in class hdf.hdf5lib.structs.H5G_info_t
- nmesgs - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- NO_INTERLACE - Static variable in class hdf.hdflib.HDFConstants
- nt - Variable in class hdf.hdflib.HDFNBITCompInfo
- num_attrs - Variable in class hdf.hdf5lib.structs.H5O_info_t
O
- open_trace_file - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- options_mask - Variable in class hdf.hdflib.HDFSZIPCompInfo
- OutOfMemoryMessage - Static variable in exception hdf.hdflib.HDFException
P
- pixels - Variable in class hdf.hdflib.HDFSZIPCompInfo
- pixels_per_block - Variable in class hdf.hdflib.HDFSZIPCompInfo
- pixels_per_scanline - Variable in class hdf.hdflib.HDFSZIPCompInfo
- printStackTrace() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Prints this
HDF5LibraryException
, the HDF-5 Library error stack, and and the Java stack trace to the standard error stream. - printStackTrace() - Method in exception hdf.hdflib.HDFLibraryException
-
Prints this
HDFLibraryException
, the HDF Library error stack, and and the Java stack trace to the standard error stream. - printStackTrace(File) - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
-
Prints this
HDF5LibraryException
the HDF-5 Library error stack, and and the Java stack trace to the specified print stream. - printStackTrace(File) - Method in exception hdf.hdflib.HDFLibraryException
-
Prints this
HDFLibraryException
the HDF Library error stack, and and the Java stack trace to the specified print stream.
Q
- quality - Variable in class hdf.hdflib.HDFJPEGCompInfo
R
- rc - Variable in class hdf.hdf5lib.structs.H5O_info_t
- reset() - Method in class hdf.hdf5lib.HDF5GroupInfo
-
Resets all the group information to defaults.
- RI_NAME - Static variable in class hdf.hdflib.HDFConstants
- RI24 - Static variable in class hdf.hdflib.HDFConstants
- RI8 - Static variable in class hdf.hdflib.HDFConstants
- RIGATTRCLASS - Static variable in class hdf.hdflib.HDFConstants
- RIGATTRNAME - Static variable in class hdf.hdflib.HDFConstants
- rpt_fcn_enabled - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
S
- SD_DIMVAL_BW_COMP - Static variable in class hdf.hdflib.HDFConstants
- SD_DIMVAL_BW_INCOMP - Static variable in class hdf.hdflib.HDFConstants
- SD_FILL - Static variable in class hdf.hdflib.HDFConstants
- SD_NOFILL - Static variable in class hdf.hdflib.HDFConstants
- SD_UNLIMITED - Static variable in class hdf.hdflib.HDFConstants
- SDattrinfo(int, int, String[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDcheckempty(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDcreate(int, String, int, int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDdiminfo(int, String[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDend(int) - Static method in class hdf.hdflib.HDFLibrary
- SDendaccess(int) - Static method in class hdf.hdflib.HDFLibrary
- SDfileinfo(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDfindattr(int, String) - Static method in class hdf.hdflib.HDFLibrary
- SDgetcal(int, double[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetchunkinfo(int, HDFChunkInfo, int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetcompinfo(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- SDgetcompress(int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
-
Deprecated.As of HDF 4.2.9, replaced by
HDFLibrary.SDgetcompinfo(int, HDFCompInfo)
- SDgetdatastrs(int, String[], int) - Static method in class hdf.hdflib.HDFLibrary
- SDgetdimid(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDgetdimscale(int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetdimscale(int, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDgetdimstrs(int, String[], int) - Static method in class hdf.hdflib.HDFLibrary
- SDgetfillvalue(int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetfillvalue(int, Object[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetinfo(int, String[], int[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetrange(int, byte[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDgetrange(int, double[]) - Static method in class hdf.hdflib.HDFLibrary
- SDidtoref(int) - Static method in class hdf.hdflib.HDFLibrary
- SDiscoordvar(int) - Static method in class hdf.hdflib.HDFLibrary
- SDisdimval_bwcomp(int) - Static method in class hdf.hdflib.HDFLibrary
- SDisrecord(int) - Static method in class hdf.hdflib.HDFLibrary
- SDnametoindex(int, String) - Static method in class hdf.hdflib.HDFLibrary
- SDreadattr(int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreadattr(int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDreadchunk(int, int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreadchunk(int, int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata(int, int[], int[], int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata(int, int[], int[], int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata_double(int, int[], int[], int[], double[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata_float(int, int[], int[], int[], float[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata_int(int, int[], int[], int[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata_long(int, int[], int[], int[], long[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreaddata_short(int, int[], int[], int[], short[]) - Static method in class hdf.hdflib.HDFLibrary
- SDreftoindex(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDS - Static variable in class hdf.hdflib.HDFConstants
- SDselect(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetaccesstype(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetattr(int, String, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDsetattr(int, String, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDsetblocksize(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetcal(int, double, double, double, double, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetchunk(int, HDFChunkInfo, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetchunkcache(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetcompress(int, int, HDFCompInfo) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdatastrs(int, String, String, String, String) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdimname(int, String) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdimscale(int, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdimscale(int, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdimstrs(int, String, String, String) - Static method in class hdf.hdflib.HDFLibrary
- SDsetdimval_comp(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetexternalfile(int, String, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetfillmode(int, boolean) - Static method in class hdf.hdflib.HDFLibrary
- SDsetfillmode(int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetfillvalue(int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDsetfillvalue(int, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDsetnbitdataset(int, int, int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- SDsetrange(int, byte[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDsetrange(int, Object, Object) - Static method in class hdf.hdflib.HDFLibrary
- SDstart(String, int) - Static method in class hdf.hdflib.HDFLibrary
- SDwritechunk(int, int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDwritechunk(int, int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- SDwritedata(int, int[], int[], int[], byte[]) - Static method in class hdf.hdflib.HDFLibrary
- SDwritedata(int, int[], int[], int[], Object) - Static method in class hdf.hdflib.HDFLibrary
- set_initial_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- setGroupInfo(long[], long[], int, int, long, int) - Method in class hdf.hdf5lib.HDF5GroupInfo
-
Sets the HDF5 group information.
- shortToByte(int, int, short[]) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a range from an array of short into an array of bytes.
- shortToByte(int, int, short[]) - Static method in class hdf.hdflib.HDFNativeData
- shortToByte(short) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single short into an array of 2 bytes.
- shortToByte(short) - Static method in class hdf.hdflib.HDFNativeData
- shortToByte(Short) - Static method in class hdf.hdf5lib.HDFNativeData
-
Convert a single Short object into an array of 2 bytes.
- sign_ext - Variable in class hdf.hdflib.HDFNBITChunkInfo
- sign_ext - Variable in class hdf.hdflib.HDFNBITCompInfo
- size() - Method in class hdf.hdflib.HDFTable
- skp_size - Variable in class hdf.hdflib.HDFSKPHUFFCompInfo
- sohm_hdr_size - Variable in class hdf.hdf5lib.structs.H5F_info_t
- sohm_msgs_info - Variable in class hdf.hdf5lib.structs.H5F_info_t
- space_free - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- space_mesg - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- space_meta - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- space_total - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- start_bit - Variable in class hdf.hdflib.HDFNBITChunkInfo
- start_bit - Variable in class hdf.hdflib.HDFNBITCompInfo
- storage_type - Variable in class hdf.hdf5lib.structs.H5G_info_t
- structify(byte[]) - Method in class hdf.hdflib.HDFTable
- super_ext_size - Variable in class hdf.hdf5lib.structs.H5F_info_t
T
- toString() - Method in class hdf.hdf5lib.HDF5GroupInfo
-
/** Converts this object to a String representation.
- trace_file_name - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- type - Variable in class hdf.hdf5lib.structs.H5L_info_t
- type - Variable in class hdf.hdf5lib.structs.H5O_info_t
U
- UCHAR16 - Static variable in class hdf.hdflib.HDFConstants
- UCHAR8 - Static variable in class hdf.hdflib.HDFConstants
- UINT128 - Static variable in class hdf.hdflib.HDFConstants
- UINT16 - Static variable in class hdf.hdflib.HDFConstants
- UINT32 - Static variable in class hdf.hdflib.HDFConstants
- UINT64 - Static variable in class hdf.hdflib.HDFConstants
- UINT8 - Static variable in class hdf.hdflib.HDFConstants
- upper_hr_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
V
- Vaddtagref(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vattach(int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vattrinfo(int, int, String[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- Vclose(int) - Static method in class hdf.hdflib.HDFDeprecated
- VDATA - Static variable in class hdf.hdflib.HDFConstants
- Vdeletetagref(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vdetach(int) - Static method in class hdf.hdflib.HDFLibrary
- Vend(int) - Static method in class hdf.hdflib.HDFLibrary
- version - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
- version - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
- VFfieldesize(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VFfieldisize(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VFfieldname(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VFfieldorder(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VFfieldtype(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vfind(int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vfindattr(int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vfindclass(int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vflocate(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VFnfields(int) - Static method in class hdf.hdflib.HDFLibrary
- Vgetattr(int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- Vgetattr(int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- Vgetclass(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- Vgetid(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vgetname(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- Vgetnext(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vgettagref(int, int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- Vgettagrefs(int, int[], int[], int) - Static method in class hdf.hdflib.HDFLibrary
- Vgetversion(int) - Static method in class hdf.hdflib.HDFLibrary
- VGROUP - Static variable in class hdf.hdflib.HDFConstants
- VHmakegroup(int, int[], int[], int, String, String) - Static method in class hdf.hdflib.HDFLibrary
- VHstoredata(int, String, byte[], int, int, String, String) - Static method in class hdf.hdflib.HDFLibrary
- VHstoredata(int, String, Object, int, int, String, String) - Static method in class hdf.hdflib.HDFLibrary
- VHstoredatam(int, String, byte[], int, int, String, String, int) - Static method in class hdf.hdflib.HDFLibrary
- VHstoredatam(int, String, Object, int, int, String, String, int) - Static method in class hdf.hdflib.HDFLibrary
- Vinqtagref(int, int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vinquire(int, int[], String[]) - Static method in class hdf.hdflib.HDFLibrary
- Vinsert(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Visvg(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Visvs(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vlone(int, int[], int) - Static method in class hdf.hdflib.HDFLibrary
- Vnattrs(int) - Static method in class hdf.hdflib.HDFLibrary
- Vnrefs(int, int) - Static method in class hdf.hdflib.HDFLibrary
- Vntagrefs(int) - Static method in class hdf.hdflib.HDFLibrary
- Vopen(String, int, short) - Static method in class hdf.hdflib.HDFDeprecated
- VQueryref(int) - Static method in class hdf.hdflib.HDFLibrary
- VQuerytag(int) - Static method in class hdf.hdflib.HDFLibrary
- VSappendable(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSattach(int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSattrinfo(int, int, int, String[], int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSdetach(int) - Static method in class hdf.hdflib.HDFLibrary
- VSdump(int) - Static method in class hdf.hdflib.HDFDeprecated
- VSelts(int) - Static method in class hdf.hdflib.HDFLibrary
- Vsetattr(int, String, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- Vsetattr(int, String, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- Vsetattr(int, String, int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vsetclass(int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vsetname(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSfdefine(int, String, int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSfexist(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSfind(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSfindattr(int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSfindclass(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSfindex(int, String, int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSfnattrs(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSgetattr(int, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- VSgetattr(int, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- VSgetclass(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSgetfields(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSgetid(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSgetinterlace(int) - Static method in class hdf.hdflib.HDFLibrary
- VSgetname(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSgetversion(int) - Static method in class hdf.hdflib.HDFLibrary
- VSinquire(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSinquire(int, int[], String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSisattr(int) - Static method in class hdf.hdflib.HDFLibrary
- VSlone(int, int[], int) - Static method in class hdf.hdflib.HDFLibrary
- VSnattrs(int) - Static method in class hdf.hdflib.HDFLibrary
- VSQuerycount(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSQueryfields(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSQueryinterlace(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSQueryname(int, String[]) - Static method in class hdf.hdflib.HDFLibrary
- VSQueryref(int) - Static method in class hdf.hdflib.HDFLibrary
- VSQuerytag(int) - Static method in class hdf.hdflib.HDFLibrary
- VSQueryvsize(int, int[]) - Static method in class hdf.hdflib.HDFLibrary
- VSread(int, byte[], int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSread(int, Object, int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSseek(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSsetattr(int, int, String, int, int, byte[]) - Static method in class hdf.hdflib.HDFLibrary
- VSsetattr(int, int, String, int, int, Object) - Static method in class hdf.hdflib.HDFLibrary
- VSsetattr(int, int, String, int, int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSsetblocksize(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSsetclass(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSsetexternalfile(int, String, int) - Static method in class hdf.hdflib.HDFLibrary
- VSsetfields(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSsetinterlace(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSsetname(int, String) - Static method in class hdf.hdflib.HDFLibrary
- VSsetnumblocks(int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSsizeof(int, String) - Static method in class hdf.hdflib.HDFLibrary
- Vstart(int) - Static method in class hdf.hdflib.HDFLibrary
- VSwrite(int, byte[], int, int) - Static method in class hdf.hdflib.HDFLibrary
- VSwrite(int, Object, int, int) - Static method in class hdf.hdflib.HDFLibrary
_
- _H5Oopen_by_idx(int, String, int, int, long, int) - Static method in class hdf.hdf5lib.H5
- _H5Pclose_class(int) - Static method in class hdf.hdf5lib.H5
All Classes All Packages