public class HDF5File extends HDF5Object
An HDF5File is designed to provide file-level access to HDF5 files.
For details of the HDF5 libraries, see the HDF5 Documentation at: http://hdf.ncsa.uiuc.edu/HDF5/doc/
Constructor and Description |
---|
HDF5File(String filename,
int flags,
int access_id)
Opens an existing HDF5 file.
|
HDF5File(String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
finalize() is called by the garbage collector on the object when garbage
collection determines that there are no more references to the object.
|
HDF5TreeNode |
loadTree() |
getDescription, getID, getName, getShortName, getType, init, setID, setShortName, setType, toString
public HDF5File(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 HDF5File(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
protected void finalize() throws Throwable
public HDF5TreeNode loadTree()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.