Class H5G_info_t

    • Constructor Detail

      • H5G_info_t

        public H5G_info_t()
        Default native constructor.
    • Method Detail

      • storage_type

        @Cast("H5G_storage_type_t")
        public int storage_type()
        Type of storage for links in group
      • storage_type

        public H5G_info_t storage_type​(int setter)
      • nlinks

        @Cast("hsize_t")
        public long nlinks()
        Number of links in group
      • nlinks

        public H5G_info_t nlinks​(long setter)
      • max_corder

        @Cast("int64_t")
        public long max_corder()
        Current max. creation order value for group
      • max_corder

        public H5G_info_t max_corder​(long setter)
      • mounted

        @Cast("hbool_t")
        public boolean mounted()
        Whether group has a file mounted on it
      • mounted

        public H5G_info_t mounted​(boolean setter)