Documentation of 'visad.data.hdf5.HDF5FileAdapted' Java class
HDF5FileAdapted
visad.data.hdf5

Class HDF5FileAdapted

  • All Implemented Interfaces:
    java.io.Serializable


    public class HDF5FileAdapted
    extends HDF5File
    See Also:
    Serialized Form
    • Constructor Detail

      • HDF5FileAdapted

        public HDF5FileAdapted(java.lang.String filename,
                               int flags,
                               int create_id,
                               int access_id)
                        throws ncsa.hdf.hdf5lib.exceptions.HDF5Exception
        Creates 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
      • HDF5FileAdapted

        public HDF5FileAdapted(java.lang.String filename,
                               int flags,
                               int access_id)
                        throws ncsa.hdf.hdf5lib.exceptions.HDF5Exception
        Opens 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

      • init

        public void init()
                  throws ncsa.hdf.hdf5lib.exceptions.HDF5Exception
        initialize the HDF5FileAdapted: load the table of content of for the top level objects.
        Overrides:
        init in class HDF5Object
        Throws:
        ncsa.hdf.hdf5lib.exceptions.HDF5Exception
      • getObjectCount

        public int getObjectCount()
        Returns the number of the data objects in the file
      • getDataObject

        public java.lang.Object getDataObject(int index)
        Returns the data object with specified index

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.