Uses of Class
ncsa.hdf.hdf5lib.exceptions.HDF5Exception

Packages that use HDF5Exception
ncsa.hdf.hdf5lib   
ncsa.hdf.hdf5lib.exceptions   
visad.data.hdf5   
visad.data.hdf5.hdf5objects   
 

Uses of HDF5Exception in ncsa.hdf.hdf5lib
 

Methods in ncsa.hdf.hdf5lib that throw HDF5Exception
 Object HDFArray.arrayify(byte[] bytes)
          Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
 Object HDFArray.arrayify(byte[] bytes)
          Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
 byte[] HDFArray.byteify()
          Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
 byte[] HDFArray.byteify()
          Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
static Object HDFNativeData.byteToNumber(byte[] barray, Object obj)
          Create a Number object from an array of bytes.
static Object HDFNativeData.byteToNumber(byte[] barray, Object obj)
          Create a Number object from an array of bytes.
 byte[] HDFArray.emptyBytes()
          Allocate a one-dimensional array of bytes sufficient to store the array.
 byte[] HDFArray.emptyBytes()
          Allocate a one-dimensional array of bytes sufficient to store the array.
static int H5.H5Aread(int attr_id, int mem_type_id, Object obj)
          H5Aread reads an attribute, specified with attr_id.
static int H5.H5Aread(int attr_id, int mem_type_id, Object obj)
          H5Aread reads an attribute, specified with attr_id.
static int H5.H5Awrite(int attr_id, int mem_type_id, Object obj)
          H5Awrite writes an attribute, specified with attr_id.
static int H5.H5Awrite(int attr_id, int mem_type_id, Object obj)
          H5Awrite writes an attribute, specified with attr_id.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
static int H5.H5Dread(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
static int H5.H5Dwrite(int dataset_id, int mem_type_id, int mem_space_id, int file_space_id, int xfer_plist_id, Object obj)
          H5Dwrite writes a (partial) dataset, specified by its identifier dataset_id, from the application memory data object into the file.
static int H5.H5Pget_fill_value(int plist_id, int type_id, byte[] value)
          H5Pget_fill_value queries the fill value property of a dataset creation property list.
static int H5.H5Pget_fill_value(int plist_id, int type_id, byte[] value)
          H5Pget_fill_value queries the fill value property of a dataset creation property list.
static int H5.H5Pget_fill_value(int plist_id, int type_id, Object obj)
          H5Pget_fill_value queries the fill value property of a dataset creation property list.
static int H5.H5Pget_fill_value(int plist_id, int type_id, Object obj)
          H5Pget_fill_value queries the fill value property of a dataset creation property list.
static int H5.H5Pset_fill_value(int plist_id, int type_id, byte[] value)
          H5Pset_fill_value sets the fill value for a dataset creation property list.
static int H5.H5Pset_fill_value(int plist_id, int type_id, byte[] value)
          H5Pset_fill_value sets the fill value for a dataset creation property list.
static int H5.H5Pset_fill_value(int plist_id, int type_id, Object obj)
          H5Pset_fill_value sets the fill value for a dataset creation property list.
static int H5.H5Pset_fill_value(int plist_id, int type_id, Object obj)
          H5Pset_fill_value sets the fill value for a dataset creation property list.
static int H5.H5Sselect_elements(int space_id, int op, int num_elements, long[][] coord2D)
          H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
static int H5.H5Sselect_elements(int space_id, int op, int num_elements, long[][] coord2D)
          H5Sselect_elements selects array elements to be included in the selection for the space_id dataspace.
 

Constructors in ncsa.hdf.hdf5lib that throw HDF5Exception
HDFArray(Object anArray)
          The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
HDFArray(Object anArray)
          The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
 

Uses of HDF5Exception in ncsa.hdf.hdf5lib.exceptions
 

Subclasses of HDF5Exception in ncsa.hdf.hdf5lib.exceptions
 class HDF5AtomException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5AttributeException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5BtreeException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataFiltersException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DatasetInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataspaceInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DataStorageException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5DatatypeInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ExternalFileListException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FileInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FunctionArgumentException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5FunctionEntryExitException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5HeapException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5InternalErrorException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5JavaException
           The class HDF5JavaException returns errors from the Java wrapper of theHDF5 library.
 class HDF5LibraryException
           The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5LowLevelIOException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5MetaDataCacheException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ObjectHeaderException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5PropertyListInterfaceException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5ReferenceException
           
 class HDF5ResourceUnavailableException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 class HDF5SymbolTableException
          The class HDF5LibraryException returns errors raised by the HDF5 library.
 

Uses of HDF5Exception in visad.data.hdf5
 

Methods in visad.data.hdf5 that throw HDF5Exception
 void HDF5DatasetAdapted.init()
          initialize the HDF5DatasetAdapte: Set the domain.
 void HDF5FileAdapted.init()
          initialize the HDF5FileAdapted: load the table of content of for the top level objects.
 void HDF5GroupAdapted.init()
          initailize the HDF5GroupAdapted: fill the members of the group
 void HDF5DatasetAdapted.init()
          initialize the HDF5DatasetAdapte: Set the domain.
 void HDF5FileAdapted.init()
          initialize the HDF5FileAdapted: load the table of content of for the top level objects.
 void HDF5GroupAdapted.init()
          initailize the HDF5GroupAdapted: fill the members of the group
 

Constructors in visad.data.hdf5 that throw HDF5Exception
HDF5FileAdapted(String filename, int flags, int access_id)
          Opens an existing HDF5 file.
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.
HDF5FileAdapted(String filename, int flags, int create_id, int access_id)
          Creates a new HDF5 file.
HDF5GroupAdapted(int loc_id, String name)
          Opens an existing HDF5 Group.
HDF5GroupAdapted(int loc_id, String name)
          Opens an existing HDF5 Group.
HDF5GroupAdapted(int loc_id, String gname, int name_length)
          Creates a new HDF5 Group.
HDF5GroupAdapted(int loc_id, String gname, int name_length)
          Creates a new HDF5 Group.
 

Uses of HDF5Exception in visad.data.hdf5.hdf5objects
 

Methods in visad.data.hdf5.hdf5objects that throw HDF5Exception
static Object HDF5Dataset.convertUnsignedData(Object data_in)
          convert unsigned data because Java does not support unsigned integers.
static Object HDF5Dataset.convertUnsignedData(Object data_in)
          convert unsigned data because Java does not support unsigned integers.
 Object HDF5Datatype.defineData(long[] count)
          define the data with specified data type.
 Object HDF5Datatype.defineData(long[] count)
          define the data with specified data type.
 void HDF5Attribute.init()
          initialize the HDF5Attribute: Set up datatype and dataspace.
 void HDF5Dataset.init()
          initialize the HDF5Dataset: open HDF5 library.
 void HDF5Dataspace.init()
          initialize the HDF5Dataspace: open HDF5 library.
 void HDF5Object.init()
          initialize the HDF5Object: open the HDF5 library.
 void HDF5Attribute.init()
          initialize the HDF5Attribute: Set up datatype and dataspace.
 void HDF5Dataset.init()
          initialize the HDF5Dataset: open HDF5 library.
 void HDF5Dataspace.init()
          initialize the HDF5Dataspace: open HDF5 library.
 void HDF5Object.init()
          initialize the HDF5Object: open the HDF5 library.
 Object HDF5Dataset.readData()
          Read the entire dataset from file
 Object HDF5Dataset.readData()
          Read the entire dataset from file
 Object HDF5Dataset.readData(int mspace, int fspace)
          Read the data with specified memory and file space
 Object HDF5Dataset.readData(int mspace, int fspace)
          Read the data with specified memory and file space
 void HDF5Object.setID(int new_id)
          reset the HDF5Object for a given id
 void HDF5Object.setID(int new_id)
          reset the HDF5Object for a given id
 void HDF5Dataset.writeData(int mspace, int fspace, Object buf)
          write the data with specified memory and file space
 void HDF5Dataset.writeData(int mspace, int fspace, Object buf)
          write the data with specified memory and file space
 void HDF5Dataset.writeData(Object buf)
          write the entire dataset from file
 void HDF5Dataset.writeData(Object buf)
          write the entire dataset from file
 

Constructors in visad.data.hdf5.hdf5objects that throw HDF5Exception
HDF5File(String filename, int flags, int access_id)
          Opens an existing HDF5 file.
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.
HDF5File(String filename, int flags, int create_id, int access_id)
          Creates a new HDF5 file.