Interface | Description |
---|---|
IHdfIOFactory |
This is an interface for factories that can write and read objects to and
from HDF5 files.
|
IHdfIORegistry |
This interface provides a registry for
IHdfIOFactory instances
provided as OSGi Declarative Services. |
IHdfReadable |
An interface that provides the required operations for populating an ICE data
structure from an HDF5 file.
|
IHdfReader |
An interface that provides the required operations for reading and creating
an IHdfWriteable tree from an HDF5 file.
|
IHdfWriteable |
An interface that provides the required operations for populating an HDF5
file from an ICE data structure.
|
IHdfWriter |
An interface that provides the required operations for writing an
IHdfWriteable tree to an HDF5 file.
|
Class | Description |
---|---|
HdfFileFactory |
The HDFFileFactory class contains static methods used to create, open, and
close HDF5 files.
|
HdfIOFactory |
This class provides a base for implementing
IHdfIOFactory and
includes many helpful methods for writing and reading HDF5 attributes,
datasets, groups, and more. |
HdfIORegistry |
This class provides an implementation of
IHdfIORegistry . |
HdfReaderFactory |
The HdfReaderFactory class contains static methods used to read elements from
an HDF5 file.
|
HdfWriterFactory |
The HdfWriterFactory class contains static methods used to write elements to
an HDF5 file.
|