public class HDF5FileAdapted extends HDF5File
| Constructor and Description |
|---|
HDF5FileAdapted(java.lang.String filename,
int flags,
int access_id)
Opens an existing HDF5 file.
|
HDF5FileAdapted(java.lang.String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDataObject(int index)
Returns the data object with specified index
|
int |
getObjectCount()
Returns the number of the data objects in the file
|
void |
init()
initialize the HDF5FileAdapted:
load the table of content of for the top level objects.
|
getDescription, getID, getName, getShortName, getType, setID, setShortName, setType, toStringpublic HDF5FileAdapted(java.lang.String filename,
int flags,
int create_id,
int access_id)
throws HDF5Exception
filename - The name of the HDF5 file.flags - File access flags.create_id - File creation property list identifier.access_id - File access property list identifier.HDF5Exceptionpublic HDF5FileAdapted(java.lang.String filename,
int flags,
int access_id)
throws HDF5Exception
filename - The name of the HDF5 file.flags - File access flags.access_id - File access property list identifier.HDF5Exceptionpublic void init()
throws HDF5Exception
init in class HDF5ObjectHDF5Exceptionpublic int getObjectCount()
public java.lang.Object getDataObject(int index)