| Package | Description |
|---|---|
| hdf.hdf5lib | |
| hdf.hdf5lib.structs |
All structure definitions define java equivalents of the C structures needed
by the C API calls.
|
| Modifier and Type | Field and Description |
|---|---|
static H5O_token_t |
HDF5Constants.H5O_TOKEN_UNDEF |
| Modifier and Type | Method and Description |
|---|---|
static int |
H5.H5Gget_obj_info_all(long loc_id,
String name,
String[] objNames,
int[] objTypes,
H5O_token_t[] tokens) |
static int |
H5.H5Gget_obj_info_all(long loc_id,
String name,
String[] objNames,
int[] objTypes,
int[] ltype,
H5O_token_t[] tokens,
int indx_type) |
static int |
H5.H5Gget_obj_info_all(long loc_id,
String name,
String[] objNames,
int[] objTypes,
int[] ltype,
long[] fno,
H5O_token_t[] tokens,
int indx_type) |
static int |
H5.H5Gget_obj_info_full(long loc_id,
String name,
String[] objNames,
int[] objTypes,
int[] ltype,
long[] fno,
H5O_token_t[] tokens,
int indx_type,
int indx_order) |
static int |
H5.H5Gget_obj_info_max(long loc_id,
String[] objNames,
int[] objTypes,
int[] lnkTypes,
H5O_token_t[] objToken,
long objMax) |
static long |
H5.H5Oopen_by_token(long loc_id,
H5O_token_t token) |
| Modifier and Type | Field and Description |
|---|---|
H5O_token_t |
H5O_info_t.token
Object token in file
|
H5O_token_t |
H5L_info_t.token
Character set of link name
|
| Constructor and Description |
|---|
H5O_info_t(long fileno,
H5O_token_t token,
int type,
int rc,
long atime,
long mtime,
long ctime,
long btime,
long num_attrs)
Constructor for data model information struct for objects
|
Copyright © 2024. All rights reserved.