Interface | Description |
---|---|
IHDF5BooleanReader |
An interface that provides methods for reading boolean and bit field values from HDF5 files.
|
IHDF5BooleanWriter |
An interface that provides methods for writing
boolean values to HDF5 files. |
IHDF5ByteReader |
An interface that provides methods for reading
byte values from HDF5 files. |
IHDF5ByteWriter |
An interface that provides methods for writing
byte values to HDF5 files. |
IHDF5CompoundInformationRetriever |
An interface to get information on HDF5 compound data sets and compound data types, and to create
compound types from mappings to Java classes.
|
IHDF5CompoundInformationRetriever.IByteArrayInspector |
An interface for inspecting the byte array of compounds and compound arrays just after they
are read from or before they are written to the HDF5 file.
|
IHDF5CompoundReader |
An interface that provides methods for reading compound values from HDF5 files.
|
IHDF5CompoundWriter |
An interface that provides methods for writing compound values to HDF5 files.
|
IHDF5DateTimeReader |
An interface that provides methods for reading time and date values from HDF5 files.
|
IHDF5DateTimeWriter |
An interface that provides methods for writing time and date values from HDF5 files.
|
IHDF5DoubleReader |
An interface that provides methods for reading
double values from HDF5 files. |
IHDF5DoubleWriter |
An interface that provides methods for writing
double values to HDF5 files. |
IHDF5EnumReader |
An interface that provides methods for reading enumeration values from HDF5 files.
|
IHDF5EnumTypeRetriever |
An interface for retrieving HDF5 enum types.
|
IHDF5EnumValueCreator |
Interface for creation of enumeration values.
|
IHDF5EnumWriter |
An interface that provides methods for writing enumeration values from HDF5 files.
|
IHDF5Factory |
A factory for creating writers and readers of HDF5 files.
|
IHDF5FileLevelReadOnlyHandler |
An interface for handling file-level information and status of the reader.
|
IHDF5FileLevelReadWriteHandler |
An interface for handling file-level information and status of the writer.
|
IHDF5FloatReader |
An interface that provides methods for reading
float values from HDF5 files. |
IHDF5FloatWriter |
An interface that provides methods for writing
float values to HDF5 files. |
IHDF5IntReader |
An interface that provides methods for reading
int values from HDF5 files. |
IHDF5IntWriter |
An interface that provides methods for writing
int values to HDF5 files. |
IHDF5LongReader |
An interface that provides methods for reading
long values from HDF5 files. |
IHDF5LongWriter |
An interface that provides methods for writing
long values to HDF5 files. |
IHDF5ObjectReadOnlyInfoProviderHandler |
An interface for getting information on HDF5 objects like links, groups, data sets and data
types.
|
IHDF5ObjectReadWriteInfoProviderHandler |
An interface for getting information on and handling HDF5 objects like links, groups, data sets
and data types.
|
IHDF5OpaqueReader |
An interface that provides methods for reading any data sets as byte arrays (as 'opaque data',
just like ordinary file systems treat files).
|
IHDF5OpaqueWriter |
An interface that provides methods for writing opaque values to HDF5 files.
|
IHDF5Reader |
An interface for reading HDF5 files (HDF5 1.10.x and older).
|
IHDF5ReaderConfigurator |
A configurator for a
IHDF5Reader . |
IHDF5ReferenceReader |
An interface for reading references in HDF5 files.
|
IHDF5ReferenceWriter |
An interface for writing references.
|
IHDF5ShortReader |
An interface that provides methods for reading
short values from HDF5 files. |
IHDF5ShortWriter |
An interface that provides methods for writing
short values to HDF5 files. |
IHDF5SimpleReader |
A HDF5 reader which contains only the basic methods.
|
IHDF5SimpleWriter |
A HDF5 writer which contains only the basic methods.
|
IHDF5StringReader |
An interface that provides methods for reading
String values from HDF5 files. |
IHDF5StringWriter |
An interface that provides methods for writing
String values to HDF5 files. |
IHDF5TimeDurationReader |
An interface that provides methods for reading time duration values from HDF5 files.
|
IHDF5TimeDurationWriter |
An interface that provides methods for writing time duration values from HDF5 files.
|
IHDF5Writer |
An interface for writing HDF5 files (HDF5 1.6.x, HDF5 1.8.x or HDF5 1.10.x).
|
IHDF5WriterConfigurator |
The configuration of the writer is done by chaining calls to configuration methods before calling
IHDF5WriterConfigurator.writer() . |
Class | Description |
---|---|
BuildAndEnvironmentInfo |
The build and environment information for JHDF5.
|
EnumerationType |
An enumeration type, consisting of name and the list of names of the enumeration terms.
|
HDF5ArrayBlockParams |
A parameter class to specify the block and slice to read from or write to a multi-dimensional array.
|
HDF5ArrayBlockParamsBuilder |
A builder class for
HDF5ArrayBlockParams . |
HDF5BooleanReader |
Implementation of
IHDF5BooleanReader . |
HDF5BooleanWriter |
Implementation of
IHDF5BooleanWriter . |
HDF5CompoundDataList |
A list to be used to store the members of a compound.
|
HDF5CompoundDataMap |
A map to be used to store the member data of a compound.
|
HDF5CompoundMappingHints |
A class to store general hints that can influence the compound member mapping.
|
HDF5CompoundMemberInformation |
Contains information about one member of an HDF5 compound data type.
|
HDF5CompoundMemberMapping |
A class that maps a Java field to a member of a HDF5 compound data type.
|
HDF5CompoundType<T> |
The definition of a HDF5 compound type.
|
HDF5DataBlock<T> |
A class that is used for iterating over a data set block by block, using
natural data blocks.
|
HDF5DataSet |
An object to represent an HDF5 data set.
|
HDF5DataSetInformation |
A class that holds relevant information about a data set.
|
HDF5DataSetTemplate |
An object to represent a template of an HDF5 data set.
|
HDF5DataType |
The abstract base class of Java wrappers for HDF data types.
|
HDF5DataTypeInformation |
A class that holds relevant information about a data type.
|
HDF5DataTypeInformation.DataTypeInfoOptions |
An object that represents the options for a data type information object.
|
HDF5DateTimeWriter |
Implementation of
IHDF5DateTimeWriter . |
HDF5EnumerationType |
A class that represents an enumeration for a given HDF5 file and values array.
|
HDF5EnumerationValue |
A class the represents an HDF enumeration value.
|
HDF5EnumerationValueArray |
A class the represents an array of HDF enumeration values.
|
HDF5EnumerationValueMDArray |
A class that represents a multi-dimensional array of HDF enumeration values.
|
HDF5Factory |
A static wrapper for the
IHDF5Factory for creating writers and readers of HDF5 files. |
HDF5FactoryProvider |
Provides access to a factory for HDF5 readers and writers.
|
HDF5FloatStorageFeatures |
An object representing the storage features that are to be used for a float data set.
|
HDF5FloatStorageFeatures.HDF5FloatStorageFeatureBuilder |
A builder for storage features.
|
HDF5GenericStorageFeatures |
An object representing the storage features that are to be used for a data set.
|
HDF5GenericStorageFeatures.HDF5GenericStorageFeatureBuilder |
A builder for storage features.
|
HDF5IntStorageFeatures |
An object representing the storage features that are to be used for an integer data set.
|
HDF5IntStorageFeatures.HDF5IntStorageFeatureBuilder |
A builder for storage features.
|
HDF5LinkInformation |
Information about a link in an HDF5 file.
|
HDF5MDDataBlock<T extends ch.systemsx.cisd.base.mdarray.MDAbstractArray<?>> |
A class that is used for iterating over a data set block by block, using
natural data blocks.
|
HDF5MDEnumBlock |
A class that is used for iterating over an
Enum data set block by block, using
natural data blocks. |
HDF5ObjectInformation |
Information about an object in an HDF5 file.
|
HDF5OpaqueReader |
Implementation of
IHDF5OpaqueReader |
HDF5OpaqueType |
A class that represents an opaque data type for a given HDF5 file and tag.
|
HDF5OpaqueWriter |
Implementation of
IHDF5OpaqueWriter . |
HDF5ReferenceReader |
A reader for HDF5 references.
|
HDF5ReferenceWriter |
The implementation of
IHDF5ReferenceWriter . |
HDF5StringReader |
The implementation of
IHDF5StringReader . |
HDF5StringWriter |
The implementation of
IHDF5StringWriter . |
HDF5TimeDuration |
An object to store a time duration.
|
HDF5TimeDurationArray |
An array of time durations.
|
HDF5TimeDurationMDArray |
A multi-dimensional array of time durations.
|
HDF5TimeDurationWriter |
Implementation of
IHDF5TimeDurationWriter . |
IndexMap |
A map for storing index to index value mapping.
|
UnsignedIntUtils |
Utilities for converting signed integers to unsigned integers and vice versa.
|
Enum | Description |
---|---|
CharacterEncoding |
An enum for character encodings of path names and strings in JHDF5.
|
HDF5CompoundMappingHints.EnumReturnType | |
HDF5DataClass |
Identifies the class of a data type.
|
HDF5DataTypeVariant |
An enum of all type variants.
|
HDF5EnumerationType.EnumStorageForm |
The storage form (as size in bytes) of an enumeration type.
|
HDF5ObjectType |
An enumeration that represents the basic HDF5 object types.
|
HDF5StorageLayout |
The storage layout of a data set in the HDF5 file.
|
HDF5TimeUnit |
A
TimeUnit represents a unit of a time duration. |
IHDF5WriterConfigurator.FileFormatVersion |
Enum for specifying a file format version.
|
IHDF5WriterConfigurator.FileFormatVersionBounds |
Enum for specifying the file format version boundaries.
|
IHDF5WriterConfigurator.SyncMode |
The mode of synchronizing changes (using a method like
fsync(2) ) to the HDF5 file with the underlying storage. |
Annotation Type | Description |
---|---|
CompoundElement |
A marker annotation for fields intended to be mapped to an HDF5 compound data type member.
|
CompoundType |
A marker annotation for classes intended to be mapped to an HDF5 compound data type.
|