Uses of Class
org.bytedeco.hdf5.H5O_token_t
- 
Packages that use H5O_token_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global  - 
- 
Uses of H5O_token_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5O_token_t Modifier and Type Method Description H5O_token_tH5O_token_t. __data(int i, byte setter)H5O_token_tH5O_token_t. getPointer(long i)H5O_token_tH5O_token_t. position(long position)H5O_token_tH5O_info2_t. token()Token representing the objectH5O_token_tH5L_info2_t. u_token()Token of location that hard link points toMethods in org.bytedeco.hdf5 with parameters of type H5O_token_t Modifier and Type Method Description H5O_info2_tH5O_info2_t. token(H5O_token_t setter)H5L_info2_tH5L_info2_t. u_token(H5O_token_t setter) - 
Uses of H5O_token_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global that return H5O_token_t Modifier and Type Method Description static H5O_token_thdf5. H5O_TOKEN_UNDEF_g()\endcondMethods in org.bytedeco.hdf5.global with parameters of type H5O_token_t Modifier and Type Method Description static longhdf5. H5Oopen_by_token(long loc_id, H5O_token_t token)------------------------------------------------------------------------- \ingroup H5O \brief Opens an object in an HDF5 file using its VOL independent token \fgdta_loc_obj_id{loc_id}static inthdf5. H5Otoken_cmp(long loc_id, H5O_token_t token1, H5O_token_t token2, int[] cmp_value)static inthdf5. H5Otoken_cmp(long loc_id, H5O_token_t token1, H5O_token_t token2, IntBuffer cmp_value)static inthdf5. H5Otoken_cmp(long loc_id, H5O_token_t token1, H5O_token_t token2, IntPointer cmp_value)------------------------------------------------------------------------- \ingroup H5O \brief Compares two VOL connector object tokens \fgdta_loc_obj_id{loc_id}static inthdf5. H5Otoken_from_str(long loc_id, String token_str, H5O_token_t token)static inthdf5. H5Otoken_from_str(long loc_id, BytePointer token_str, H5O_token_t token)------------------------------------------------------------------------- \ingroup H5O \brief Deserializes a string into a connector object token \fgdta_loc_obj_id{loc_id}static inthdf5. H5Otoken_to_str(long loc_id, H5O_token_t token, byte[] token_str)static inthdf5. H5Otoken_to_str(long loc_id, H5O_token_t token, ByteBuffer token_str)static inthdf5. H5Otoken_to_str(long loc_id, H5O_token_t token, BytePointer token_str)static inthdf5. H5Otoken_to_str(long loc_id, H5O_token_t token, PointerPointer token_str)------------------------------------------------------------------------- \ingroup H5O \brief Serializes a connector's object token into a string \fgdta_loc_obj_id{loc_id} 
 -