write To File
Writes the array of double arrays to a file, each array on a new line, and each element in the array separated by a comma.
Parameters
a format to apply to the values of the array when writing the strings
the path to the file, must not be null
Writes the array to a file. Each element in the array is on a new line.
Parameters
a format to apply to the values of the array when writing the strings
the name of the file, must not be null, file will appear in KSL.getInstance().getOutDir()
Writes the array of doubles to a file, each element on a new line.
Parameters
a format to apply to the values of the array when writing the strings
the path to the file, must not be null.
Writes the array of doubles to a file, each element on a new line.
Parameters
a format to apply to the values of the array when writing the strings
the name of the file, must not be null.
Writes the array of int arrays to a file, each array on a new line, and each element in the array separated by a comma.
Parameters
the path to the file, must not be null
Writes the array of int arrays to a file, each array on a new line, and each element in the array separated by a comma.
Parameters
the name of the file, must not be null.
Writes the array of ints to a file, each element on a new line.
Parameters
the path to the file, must not be null
Writes the array of ints to a file, each element on a new line.
Parameters
the name of the file, must not be null.