public interface IHdfWriter
An interface that provides the required operations for writing an IHdfWriteable tree to an HDF5 file.
Modifier and Type | Method and Description |
---|---|
boolean |
write(IHdfWriteable iHdfWriteable,
java.net.URI uri)
This operation writes an IHdfWriteable to the HDF5 file at the provided
URI.
|
boolean write(IHdfWriteable iHdfWriteable, java.net.URI uri)
This operation writes an IHdfWriteable to the HDF5 file at the provided URI. If any error or failure to write is encountered, then false is returned. Otherwise, true is returned.
iHdfWriteable
- The IHdfWriteable instance to write to the H5File at uri.
uri
- The URI of the H5File to write to.
If any error or failure to write is encountered, then false is returned. Otherwise, true is returned.