◆ writeDataToFile()
static void sortie.parfile.ParFileHelpers.writeDataToFile |
( |
BufferedWriter |
ojOut, |
|
|
ModelData |
oData |
|
) |
| throws java.io. IOException |
|
static |
Writes a piece of data to an XML file.
If the string value is an empty string, nothing is written.
- Parameters
-
ojOut | The file to write to. |
oData | The data being written. |
- Exceptions
-
java.io.IOException | Passes on exceptions from FileWriter |
◆ writeVectorValueToFile()
static void sortie.parfile.ParFileHelpers.writeVectorValueToFile |
( |
BufferedWriter |
jOut, |
|
|
ModelVector |
p_oData |
|
) |
| throws java.io.IOException |
|
static |
Writes a vector of values that doesn't have anything to do with species.
- Parameters
-
jOut | The file to write to. |
p_oData | The vector of data pieces. |
- Exceptions
-
java.io.IOException | Passes on exceptions from FileWriter |
The documentation for this class was generated from the following file: