| Package | Description |
|---|---|
| ncsa.hdf.hdf5lib.exceptions | |
| visad.data.hdf5 | |
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HDF5FileAdapted.init()
initialize the HDF5FileAdapted:
load the table of content of for the top level objects.
|
void |
HDF5DatasetAdapted.init()
initialize the HDF5DatasetAdapte:
Set the domain.
|
void |
HDF5GroupAdapted.init()
initailize the HDF5GroupAdapted: fill the members of the group
|
| Constructor and Description |
|---|
HDF5FileAdapted(java.lang.String filename,
int flags,
int access_id)
Opens an existing HDF5 file.
|
HDF5FileAdapted(java.lang.String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file.
|
HDF5GroupAdapted(int loc_id,
java.lang.String name)
Opens an existing HDF5 Group.
|
HDF5GroupAdapted(int loc_id,
java.lang.String gname,
int name_length)
Creates a new HDF5 Group.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
HDF5Dataset.convertUnsignedData(java.lang.Object data_in)
convert unsigned data because Java does not support unsigned integers.
|
java.lang.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.
|
java.lang.Object |
HDF5Dataset.readData()
Read the entire dataset from file
|
java.lang.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 |
HDF5Dataset.writeData(int mspace,
int fspace,
java.lang.Object buf)
write the data with specified memory and file space
|
void |
HDF5Dataset.writeData(java.lang.Object buf)
write the entire dataset from file
|
| 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.
|