| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5O_token_t |
H5O_token_t.__data(int i,
byte setter) |
H5O_token_t |
H5O_token_t.getPointer(long i) |
H5O_token_t |
H5O_token_t.position(long position) |
H5O_token_t |
H5O_info2_t.token() |
H5O_token_t |
H5L_info2_t.u_token() |
| Modifier and Type | Method and Description |
|---|---|
H5O_info2_t |
H5O_info2_t.token(H5O_token_t setter) |
H5L_info2_t |
H5L_info2_t.u_token(H5O_token_t setter) |
| Modifier and Type | Method and Description |
|---|---|
static H5O_token_t |
hdf5.H5O_TOKEN_UNDEF_g() |
| Modifier and Type | Method and Description |
|---|---|
static long |
hdf5.H5Oopen_by_token(long loc_id,
H5O_token_t token) |
static int |
hdf5.H5Otoken_cmp(long loc_id,
H5O_token_t token1,
H5O_token_t token2,
int[] cmp_value) |
static int |
hdf5.H5Otoken_cmp(long loc_id,
H5O_token_t token1,
H5O_token_t token2,
IntBuffer cmp_value) |
static int |
hdf5.H5Otoken_cmp(long loc_id,
H5O_token_t token1,
H5O_token_t token2,
IntPointer cmp_value) |
static int |
hdf5.H5Otoken_from_str(long loc_id,
BytePointer token_str,
H5O_token_t token) |
static int |
hdf5.H5Otoken_from_str(long loc_id,
String token_str,
H5O_token_t token) |
static int |
hdf5.H5Otoken_to_str(long loc_id,
H5O_token_t token,
byte[] token_str) |
static int |
hdf5.H5Otoken_to_str(long loc_id,
H5O_token_t token,
ByteBuffer token_str) |
static int |
hdf5.H5Otoken_to_str(long loc_id,
H5O_token_t token,
BytePointer token_str) |
static int |
hdf5.H5Otoken_to_str(long loc_id,
H5O_token_t token,
PointerPointer token_str) |
Copyright © 2021. All rights reserved.