fun store(outputFile: File): Unit
This method save this properties to the given output stream.
outputFile - The file to save the properties to.
java.io.IOException - if the stream could not be written.
@Synchronized fun store(originalWriter: Writer, vararg aHeader: String): Unit
This method save this properties to the given output stream.
originalWriter - The writer to save the properties to.
aHeader - A string to be written into the header.