Class H5O_info_t

java.lang.Object
hdf.hdf5lib.structs.H5O_info_t
All Implemented Interfaces:
java.io.Serializable

public class H5O_info_t
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Details

    • fileno

      public long fileno
    • addr

      public long addr
    • type

      public int type
    • rc

      public int rc
    • atime

      public long atime
    • mtime

      public long mtime
    • ctime

      public long ctime
    • btime

      public long btime
    • num_attrs

      public long num_attrs
    • hdr

      public H5O_hdr_info_t hdr
    • meta_size_obj

      public H5_ih_info_t meta_size_obj
    • meta_size_attr

      public H5_ih_info_t meta_size_attr
  • Constructor Details

    • H5O_info_t

      public H5O_info_t​(long fileno, long addr, int type, int rc, long num_attrs, long atime, long mtime, long ctime, long btime, H5O_hdr_info_t hdr, H5_ih_info_t meta_size_obj, H5_ih_info_t meta_size_attr)