static int |
hdf5.H5Pget_append_flush(long plist_id,
int dims,
long[] boundary,
H5D_append_cb_t func,
Pointer udata) |
static int |
hdf5.H5Pget_append_flush(long plist_id,
int dims,
LongBuffer boundary,
H5D_append_cb_t func,
Pointer udata) |
static int |
hdf5.H5Pget_append_flush(long plist_id,
int dims,
LongPointer boundary,
H5D_append_cb_t func,
Pointer udata) |
static int |
hdf5.H5Pget_append_flush(long plist_id,
int dims,
LongPointer boundary,
H5D_append_cb_t func,
PointerPointer udata) |
static int |
hdf5.H5Pset_append_flush(long plist_id,
int ndims,
long[] boundary,
H5D_append_cb_t func,
Pointer udata) |
static int |
hdf5.H5Pset_append_flush(long plist_id,
int ndims,
LongBuffer boundary,
H5D_append_cb_t func,
Pointer udata) |
static int |
hdf5.H5Pset_append_flush(long plist_id,
int ndims,
LongPointer boundary,
H5D_append_cb_t func,
Pointer udata) |