public class H5O_info_t extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
atime
Access time
|
long |
btime
Birth time
|
long |
ctime
Change time
|
long |
fileno
File number that object is located in
|
long |
mtime
Modification time
|
long |
num_attrs
Number of attributes attached to object
|
int |
rc
Reference count of object
|
H5O_token_t |
token
Object token in file
|
int |
type
Basic object type (group, dataset, etc.)
|
| Constructor and Description |
|---|
H5O_info_t(long fileno,
H5O_token_t token,
int type,
int rc,
long atime,
long mtime,
long ctime,
long btime,
long num_attrs)
Constructor for data model information struct for objects
|
public long fileno
public H5O_token_t token
public int type
public int rc
public long atime
public long mtime
public long ctime
public long btime
public long num_attrs
public H5O_info_t(long fileno,
H5O_token_t token,
int type,
int rc,
long atime,
long mtime,
long ctime,
long btime,
long num_attrs)
fileno: - File number that object is located intoken: - Object token in filetype: - Basic object typerc: - Reference count of objectatime: - Access timemtime: - Modification timectime: - Change timebtime: - Birth timenum_attrs: - Number of attributes attached to objectCopyright © 2024. All rights reserved.