visad.data.hdf5.hdf5objects
Class HDF5File
- java.lang.Object
-
- visad.data.hdf5.hdf5objects.HDF5Object
-
- visad.data.hdf5.hdf5objects.HDF5File
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- HDF5FileAdapted
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/
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description HDF5File(java.lang.String filename, int flags, int access_id)Opens an existing HDF5 file.HDF5File(java.lang.String filename, int flags, int create_id, int access_id)Creates a new HDF5 file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description HDF5TreeNodeloadTree()-
Methods inherited from class visad.data.hdf5.hdf5objects.HDF5Object
getDescription, getID, getName, getShortName, getType, init, setID, setShortName, setType, toString
-
-
-
-
Constructor Detail
-
HDF5File
public HDF5File(java.lang.String filename, int flags, int create_id, int access_id) throws ncsa.hdf.hdf5lib.exceptions.HDF5ExceptionCreates a new HDF5 file.- Parameters:
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.- Throws:
ncsa.hdf.hdf5lib.exceptions.HDF5Exception
-
HDF5File
public HDF5File(java.lang.String filename, int flags, int access_id) throws ncsa.hdf.hdf5lib.exceptions.HDF5ExceptionOpens an existing HDF5 file.- Parameters:
filename- The name of the HDF5 file.flags- File access flags.access_id- File access property list identifier.- Throws:
ncsa.hdf.hdf5lib.exceptions.HDF5Exception
-
-
Method Detail
-
loadTree
public HDF5TreeNode loadTree()
-
-
DMelt 3.0 © DataMelt by jWork.ORG