| Package | Description |
|---|---|
| ncsa.hdf.hdf5lib.exceptions | |
| visad.data.hdf5.hdf5objects |
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HDF5Datatype.get_class()
Returns the datatype class identifier
|
int |
HDF5Datatype.get_size()
Returns the size of a datatype in bytes
|
int |
HDF5Datatype.H5Tcommit(int loc_id,
java.lang.String type_name)
H5Tcommit commits a transient datatype to a file, turned it
into a named datatype.
|
void |
HDF5Dataspace.select(long[] start,
long[] stride,
long[] count)
select count[] points starting at start[] with stride[]
|