Uses of Class
hdf.hdf5lib.exceptions.HDF5Exception

Packages that use HDF5Exception
Package
Description
 
 
  • Uses of HDF5Exception in hdf.hdf5lib

    Methods in hdf.hdf5lib that throw HDF5Exception
    Modifier and Type
    Method
    Description
    static Object
    HDFNativeData.byteToNumber(byte[] barray, Object obj)
    Create a Number object from an array of bytes.
    static int
    H5.H5Aread(long attr_id, long mem_type_id, Object obj)
     
    static int
    H5.H5Aread(long attr_id, long mem_type_id, Object obj, boolean isCriticalPinning)
    H5Aread reads an attribute, specified with attr_id.
    static int
    H5.H5Awrite(long attr_id, long mem_type_id, Object obj)
     
    static int
    H5.H5Awrite(long attr_id, long mem_type_id, Object obj, boolean isCriticalPinning)
    H5Awrite writes an attribute, specified with attr_id.
    static int
    H5.H5Dread(long dataset_id, long mem_type_id, long mem_space_id, long file_space_id, long xfer_plist_id, Object obj)
     
    static int
    H5.H5Dread(long dataset_id, long mem_type_id, long mem_space_id, long file_space_id, long xfer_plist_id, Object obj, boolean isCriticalPinning)
    H5Dread reads a (partial) dataset, specified by its identifier dataset_id, from the file into the application data object.
    static int
    H5.H5Dwrite(long dataset_id, long mem_type_id, long mem_space_id, long file_space_id, long xfer_plist_id, Object obj)
     
    static int
    H5.H5Dwrite(long dataset_id, long mem_type_id, long mem_space_id, long file_space_id, long xfer_plist_id, Object obj, boolean isCriticalPinning)
    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(long plist_id, long type_id, byte[] value)
    H5Pget_fill_value queries the fill value property of a dataset creation property list.
    static int
    H5.H5Pget_fill_value(long plist_id, long type_id, Object obj)
    H5Pget_fill_value queries the fill value property of a dataset creation property list.
    static int
    H5.H5Pset_chunk(long plist, int ndims, long[] dim)
     
    static int
    H5.H5Pset_fill_value(long plist_id, long type_id, byte[] value)
    H5Pset_fill_value sets the fill value for a dataset creation property list.
    static int
    H5.H5Pset_fill_value(long plist_id, long type_id, Object obj)
    H5Pset_fill_value sets the fill value for a dataset creation property list.
    static long
    H5.H5Screate_simple(int rank, long[] dims, long[] maxdims)
    H5Screate_simple creates a new simple data space and opens it for access.
    static int
    H5.H5Soffset_simple(long space_id, long[] offset)
     
    static int
    H5.H5Sselect_elements(long 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 hdf.hdf5lib that throw HDF5Exception
    Modifier
    Constructor
    Description
     
    HDFArray(Object anArray)
    The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
  • Uses of HDF5Exception in hdf.hdf5lib.exceptions

    Modifier and Type
    Class
    Description
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5JavaException returns errors from the Java wrapper of theHDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
     
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.
    class 
    The class HDF5LibraryException returns errors raised by the HDF5 library.