Package hdf.hdf5lib.structs
Class H5O_hdr_info_t
java.lang.Object
hdf.hdf5lib.structs.H5O_hdr_info_t
- All Implemented Interfaces:
java.io.Serializable
public class H5O_hdr_info_t
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
flags
long
mesg_present
long
mesg_shared
int
nchunks
int
nmesgs
long
space_free
long
space_mesg
long
space_meta
long
space_total
int
version
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
version
public int version -
nmesgs
public int nmesgs -
nchunks
public int nchunks -
flags
public int flags -
space_total
public long space_total -
space_meta
public long space_meta -
space_mesg
public long space_mesg -
space_free
public long space_free -
mesg_present
public long mesg_present
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-