SORTIE Java Interface  1
Static Public Member Functions | List of all members
sortie.parfile.ParFileHelpers Class Reference

Static Public Member Functions

static void writeDataToFile (BufferedWriter ojOut, ModelData oData) throws java.io. IOException
 Writes a piece of data to an XML file. More...
 
static void writeVectorValueToFile (BufferedWriter jOut, ModelVector p_oData) throws java.io.IOException
 Writes a vector of values that doesn't have anything to do with species. More...
 

Member Function Documentation

◆ 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
ojOutThe file to write to.
oDataThe data being written.
Exceptions
java.io.IOExceptionPasses 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
jOutThe file to write to.
p_oDataThe vector of data pieces.
Exceptions
java.io.IOExceptionPasses on exceptions from FileWriter

The documentation for this class was generated from the following file: