public class LWRComponentWriter extends java.lang.Object implements IHdfWriter
The LWRComponentReader class writes an LWRComponent or LWRComposite tree to an HDF5 file. This class implements the IHdfWriteable interface. This takes any type of LWRComponent or LWRComposite and iterates from the top of that particular tree down, so a user could write to HDF5 and populate that list accordingly to any part of a Reactor or its delegated classes that inherit from LWRComponent.
Constructor and Description |
---|
LWRComponentWriter() |
Modifier and Type | Method and Description |
---|---|
boolean |
write(IHdfWriteable iHdfWriteable,
java.net.URI uri)
(non-Javadoc)
|
public boolean write(IHdfWriteable iHdfWriteable, java.net.URI uri)
write
in interface IHdfWriter
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.
IHdfWriter.write(IHdfWriteable iHdfWriteable, URI uri)