Class H5Location

    • Constructor Detail

      • H5Location

        protected H5Location​(long locId)
    • Method Detail

      • getAttributes

        public List<String> getAttributes()
      • hasAttribute

        public boolean hasAttribute​(String name)
        Check if an attribute exists.
      • hasAttribute

        public boolean hasAttribute​(String path,
                                    String name)
        Check if an attribute for a given path exists.
      • exists

        public boolean exists​(String path)
        Check if a given path exists relative to this location.
      • getChildren

        public List<String> getChildren()
        Obtain the children of the given H5 location.
      • isGroup

        public boolean isGroup​(String path)
        Check if the given path refers to a H5 group.