public interface IHdfReader
An interface that provides the required operations for reading and creating an IHdfWriteable tree from an HDF5 file.
Modifier and Type | Method and Description |
---|---|
IHdfReadable |
read(java.net.URI uri)
This operation creates and populates an IHdfWriteable instance and its
children from the HDF5 file at the provided URI.
|
IHdfReadable read(java.net.URI uri)
This operation creates and populates an IHdfWriteable instance and its children from the HDF5 file at the provided URI. If any error or failure to read is encountered, then null is returned.
uri
- The URI of the H5File.
The IHdfreadable instance created and populated from the H5File at uri.