mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
@@ -6991,7 +6991,7 @@ public class H5 implements java.io.Serializable {
|
||||
/**
|
||||
* H5Oflush causes all buffers associated with an object to be immediately flushed to disk without
|
||||
* removing the data from the cache. object_id can be any named object associated with an HDF5 file
|
||||
* ncluding a dataset, a group, or a committed datatype.
|
||||
* including a dataset, a group, or a committed datatype.
|
||||
*
|
||||
* @param object_id
|
||||
* IN: Identifier of the object to be flushed.
|
||||
|
||||
@@ -916,6 +916,8 @@ public class HDF5Constants {
|
||||
/** */
|
||||
public static final int H5R_OBJ_REF_BUF_SIZE = H5R_OBJ_REF_BUF_SIZE();
|
||||
/** */
|
||||
public static final int H5R_DSET_REG_REF_BUF_SIZE = H5R_DSET_REG_REF_BUF_SIZE();
|
||||
/** */
|
||||
public static final int H5R_OBJECT = H5R_OBJECT();
|
||||
/** */
|
||||
public static final int H5R_OBJECT1 = H5R_OBJECT1();
|
||||
@@ -2397,6 +2399,8 @@ public class HDF5Constants {
|
||||
|
||||
private static native final int H5R_OBJ_REF_BUF_SIZE();
|
||||
|
||||
private static native final int H5R_DSET_REG_REF_BUF_SIZE();
|
||||
|
||||
private static native final int H5R_OBJECT();
|
||||
|
||||
private static native final int H5R_OBJECT1();
|
||||
|
||||
Reference in New Issue
Block a user