Saves a set of properties into
target.
The save
target can be either the string name of a file, a File object, or a Stream object.
Properties are stored as
individual lines using
lineOut.
The lines are written in the form "name=value". A saved Properties file can be reloaded using the Properties
load method.