Class H5O_token_t

  • All Implemented Interfaces:
    Serializable

    public class H5O_token_t
    extends Object
    implements Serializable
    Object token, which is a unique and permanent identifier, for an HDF5 object within a container.
    See Also:
    Serialized Form
    • Field Detail

      • data

        public byte[] data
        Tokens are unique and permanent identifiers that are used to reference HDF5 objects in a container. Use basic byte array to store the dat
    • Method Detail

      • isUndefined

        public boolean isUndefined()
        Check if token data is undefined
        Returns:
        true if token data is undefined