public class HDF5FileAdapted extends HDF5File
Constructor and Description |
---|
HDF5FileAdapted(String filename,
int flags,
int access_id)
Opens an existing HDF5 file.
|
HDF5FileAdapted(String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file.
|
Modifier and Type | Method and Description |
---|---|
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, toString
public HDF5FileAdapted(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.HDF5Exception
public HDF5FileAdapted(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.HDF5Exception
public void init() throws HDF5Exception
init
in class HDF5Object
HDF5Exception
public int getObjectCount()
public Object getDataObject(int index)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.