Product SiteDocumentation Site

5.3.11.10. save


>>-save(target)------------------------------------------------><

Saves a set of properties into target. The save target can be either the string name of a file or a stream object. Properties are stored as individual lines using lineout() (Section 5.2.4.14, “lineOut”). The lines are written in the form "name=value". A saved Properties file can be reloaded using the Properties load() (Section 5.3.11.8, “load”) method.